Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCollector ¶
type FakeCollector struct { RunStub func() error // contains filtered or unexported fields }
func (*FakeCollector) Invocations ¶
func (fake *FakeCollector) Invocations() map[string][][]interface{}
func (*FakeCollector) Run ¶
func (fake *FakeCollector) Run() error
func (*FakeCollector) RunCallCount ¶
func (fake *FakeCollector) RunCallCount() int
func (*FakeCollector) RunReturns ¶
func (fake *FakeCollector) RunReturns(result1 error)
func (*FakeCollector) RunReturnsOnCall ¶
func (fake *FakeCollector) RunReturnsOnCall(i int, result1 error)
type FakeWorkerJobRunner ¶
type FakeWorkerJobRunner struct { TryStub func(lager.Logger, string, gc.Job) // contains filtered or unexported fields }
func (*FakeWorkerJobRunner) Invocations ¶
func (fake *FakeWorkerJobRunner) Invocations() map[string][][]interface{}
func (*FakeWorkerJobRunner) TryArgsForCall ¶
func (*FakeWorkerJobRunner) TryCallCount ¶
func (fake *FakeWorkerJobRunner) TryCallCount() int
Click to show internal directories.
Click to hide internal directories.