Documentation ¶
Overview ¶
This file was generated by counterfeiter
This file was generated by counterfeiter
Index ¶
- type FakeOperation
- type FakeQueue
- func (fake *FakeQueue) Close()
- func (fake *FakeQueue) CloseCallCount() int
- func (fake *FakeQueue) Push(arg1 operationq.Operation)
- func (fake *FakeQueue) PushArgsForCall(i int) operationq.Operation
- func (fake *FakeQueue) PushCallCount() int
- func (fake *FakeQueue) Wait()
- func (fake *FakeQueue) WaitCallCount() int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeOperation ¶
type FakeOperation struct { KeyStub func() string ExecuteStub func() // contains filtered or unexported fields }
func (*FakeOperation) Execute ¶
func (fake *FakeOperation) Execute()
func (*FakeOperation) ExecuteCallCount ¶
func (fake *FakeOperation) ExecuteCallCount() int
func (*FakeOperation) Key ¶
func (fake *FakeOperation) Key() string
func (*FakeOperation) KeyCallCount ¶
func (fake *FakeOperation) KeyCallCount() int
func (*FakeOperation) KeyReturns ¶
func (fake *FakeOperation) KeyReturns(result1 string)
type FakeQueue ¶
type FakeQueue struct { PushStub func(operationq.Operation) CloseStub func() WaitStub func() // contains filtered or unexported fields }
func (*FakeQueue) CloseCallCount ¶
func (*FakeQueue) Push ¶
func (fake *FakeQueue) Push(arg1 operationq.Operation)
func (*FakeQueue) PushArgsForCall ¶
func (fake *FakeQueue) PushArgsForCall(i int) operationq.Operation
func (*FakeQueue) PushCallCount ¶
func (*FakeQueue) WaitCallCount ¶
Click to show internal directories.
Click to hide internal directories.