Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeBoshClient
- func (fake *FakeBoshClient) FindInstances(arg1 string) ([]orchestrator.Instance, error)
- func (fake *FakeBoshClient) FindInstancesArgsForCall(i int) string
- func (fake *FakeBoshClient) FindInstancesCallCount() int
- func (fake *FakeBoshClient) FindInstancesCalls(stub func(string) ([]orchestrator.Instance, error))
- func (fake *FakeBoshClient) FindInstancesReturns(result1 []orchestrator.Instance, result2 error)
- func (fake *FakeBoshClient) FindInstancesReturnsOnCall(i int, result1 []orchestrator.Instance, result2 error)
- func (fake *FakeBoshClient) GetManifest(arg1 string) (string, error)
- func (fake *FakeBoshClient) GetManifestArgsForCall(i int) string
- func (fake *FakeBoshClient) GetManifestCallCount() int
- func (fake *FakeBoshClient) GetManifestCalls(stub func(string) (string, error))
- func (fake *FakeBoshClient) GetManifestReturns(result1 string, result2 error)
- func (fake *FakeBoshClient) GetManifestReturnsOnCall(i int, result1 string, result2 error)
- func (fake *FakeBoshClient) Invocations() map[string][][]interface{}
- type FakeLogger
- func (fake *FakeLogger) Debug(arg1 string, arg2 string, arg3 ...interface{})
- func (fake *FakeLogger) DebugArgsForCall(i int) (string, string, []interface{})
- func (fake *FakeLogger) DebugCallCount() int
- func (fake *FakeLogger) DebugCalls(stub func(string, string, ...interface{}))
- func (fake *FakeLogger) Error(arg1 string, arg2 string, arg3 ...interface{})
- func (fake *FakeLogger) ErrorArgsForCall(i int) (string, string, []interface{})
- func (fake *FakeLogger) ErrorCallCount() int
- func (fake *FakeLogger) ErrorCalls(stub func(string, string, ...interface{}))
- func (fake *FakeLogger) Info(arg1 string, arg2 string, arg3 ...interface{})
- func (fake *FakeLogger) InfoArgsForCall(i int) (string, string, []interface{})
- func (fake *FakeLogger) InfoCallCount() int
- func (fake *FakeLogger) InfoCalls(stub func(string, string, ...interface{}))
- func (fake *FakeLogger) Invocations() map[string][][]interface{}
- func (fake *FakeLogger) Warn(arg1 string, arg2 string, arg3 ...interface{})
- func (fake *FakeLogger) WarnArgsForCall(i int) (string, string, []interface{})
- func (fake *FakeLogger) WarnCallCount() int
- func (fake *FakeLogger) WarnCalls(stub func(string, string, ...interface{}))
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeBoshClient ¶
type FakeBoshClient struct { FindInstancesStub func(string) ([]orchestrator.Instance, error) GetManifestStub func(string) (string, error) // contains filtered or unexported fields }
func (*FakeBoshClient) FindInstances ¶
func (fake *FakeBoshClient) FindInstances(arg1 string) ([]orchestrator.Instance, error)
func (*FakeBoshClient) FindInstancesArgsForCall ¶
func (fake *FakeBoshClient) FindInstancesArgsForCall(i int) string
func (*FakeBoshClient) FindInstancesCallCount ¶
func (fake *FakeBoshClient) FindInstancesCallCount() int
func (*FakeBoshClient) FindInstancesCalls ¶ added in v1.7.2
func (fake *FakeBoshClient) FindInstancesCalls(stub func(string) ([]orchestrator.Instance, error))
func (*FakeBoshClient) FindInstancesReturns ¶
func (fake *FakeBoshClient) FindInstancesReturns(result1 []orchestrator.Instance, result2 error)
func (*FakeBoshClient) FindInstancesReturnsOnCall ¶
func (fake *FakeBoshClient) FindInstancesReturnsOnCall(i int, result1 []orchestrator.Instance, result2 error)
func (*FakeBoshClient) GetManifest ¶
func (fake *FakeBoshClient) GetManifest(arg1 string) (string, error)
func (*FakeBoshClient) GetManifestArgsForCall ¶
func (fake *FakeBoshClient) GetManifestArgsForCall(i int) string
func (*FakeBoshClient) GetManifestCallCount ¶
func (fake *FakeBoshClient) GetManifestCallCount() int
func (*FakeBoshClient) GetManifestCalls ¶ added in v1.7.2
func (fake *FakeBoshClient) GetManifestCalls(stub func(string) (string, error))
func (*FakeBoshClient) GetManifestReturns ¶
func (fake *FakeBoshClient) GetManifestReturns(result1 string, result2 error)
func (*FakeBoshClient) GetManifestReturnsOnCall ¶
func (fake *FakeBoshClient) GetManifestReturnsOnCall(i int, result1 string, result2 error)
func (*FakeBoshClient) Invocations ¶
func (fake *FakeBoshClient) Invocations() map[string][][]interface{}
type FakeLogger ¶
type FakeLogger struct { DebugStub func(string, string, ...interface{}) ErrorStub func(string, string, ...interface{}) InfoStub func(string, string, ...interface{}) WarnStub func(string, string, ...interface{}) // contains filtered or unexported fields }
func (*FakeLogger) Debug ¶
func (fake *FakeLogger) Debug(arg1 string, arg2 string, arg3 ...interface{})
func (*FakeLogger) DebugArgsForCall ¶
func (fake *FakeLogger) DebugArgsForCall(i int) (string, string, []interface{})
func (*FakeLogger) DebugCallCount ¶
func (fake *FakeLogger) DebugCallCount() int
func (*FakeLogger) DebugCalls ¶ added in v1.7.2
func (fake *FakeLogger) DebugCalls(stub func(string, string, ...interface{}))
func (*FakeLogger) Error ¶
func (fake *FakeLogger) Error(arg1 string, arg2 string, arg3 ...interface{})
func (*FakeLogger) ErrorArgsForCall ¶
func (fake *FakeLogger) ErrorArgsForCall(i int) (string, string, []interface{})
func (*FakeLogger) ErrorCallCount ¶
func (fake *FakeLogger) ErrorCallCount() int
func (*FakeLogger) ErrorCalls ¶ added in v1.7.2
func (fake *FakeLogger) ErrorCalls(stub func(string, string, ...interface{}))
func (*FakeLogger) Info ¶
func (fake *FakeLogger) Info(arg1 string, arg2 string, arg3 ...interface{})
func (*FakeLogger) InfoArgsForCall ¶
func (fake *FakeLogger) InfoArgsForCall(i int) (string, string, []interface{})
func (*FakeLogger) InfoCallCount ¶
func (fake *FakeLogger) InfoCallCount() int
func (*FakeLogger) InfoCalls ¶ added in v1.7.2
func (fake *FakeLogger) InfoCalls(stub func(string, string, ...interface{}))
func (*FakeLogger) Invocations ¶
func (fake *FakeLogger) Invocations() map[string][][]interface{}
func (*FakeLogger) Warn ¶
func (fake *FakeLogger) Warn(arg1 string, arg2 string, arg3 ...interface{})
func (*FakeLogger) WarnArgsForCall ¶
func (fake *FakeLogger) WarnArgsForCall(i int) (string, string, []interface{})
func (*FakeLogger) WarnCallCount ¶
func (fake *FakeLogger) WarnCallCount() int
func (*FakeLogger) WarnCalls ¶ added in v1.7.2
func (fake *FakeLogger) WarnCalls(stub func(string, string, ...interface{}))
Click to show internal directories.
Click to hide internal directories.