Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeHub
- func (fake *FakeHub) Close() error
- func (fake *FakeHub) CloseCallCount() int
- func (fake *FakeHub) CloseCalls(stub func() error)
- func (fake *FakeHub) CloseReturns(result1 error)
- func (fake *FakeHub) CloseReturnsOnCall(i int, result1 error)
- func (fake *FakeHub) Emit(arg1 executor.Event)
- func (fake *FakeHub) EmitArgsForCall(i int) executor.Event
- func (fake *FakeHub) EmitCallCount() int
- func (fake *FakeHub) EmitCalls(stub func(executor.Event))
- func (fake *FakeHub) Invocations() map[string][][]interface{}
- func (fake *FakeHub) Subscribe() (executor.EventSource, error)
- func (fake *FakeHub) SubscribeCallCount() int
- func (fake *FakeHub) SubscribeCalls(stub func() (executor.EventSource, error))
- func (fake *FakeHub) SubscribeReturns(result1 executor.EventSource, result2 error)
- func (fake *FakeHub) SubscribeReturnsOnCall(i int, result1 executor.EventSource, result2 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeHub ¶
type FakeHub struct {
CloseStub func() error
EmitStub func(executor.Event)
SubscribeStub func() (executor.EventSource, error)
// contains filtered or unexported fields
}
func (*FakeHub) CloseCallCount ¶
func (*FakeHub) CloseCalls ¶
func (*FakeHub) CloseReturns ¶
func (*FakeHub) CloseReturnsOnCall ¶
func (*FakeHub) EmitCallCount ¶
func (*FakeHub) Invocations ¶
func (*FakeHub) SubscribeCallCount ¶
func (*FakeHub) SubscribeCalls ¶
func (fake *FakeHub) SubscribeCalls(stub func() (executor.EventSource, error))
func (*FakeHub) SubscribeReturns ¶
func (fake *FakeHub) SubscribeReturns(result1 executor.EventSource, result2 error)
func (*FakeHub) SubscribeReturnsOnCall ¶
func (fake *FakeHub) SubscribeReturnsOnCall(i int, result1 executor.EventSource, result2 error)
Click to show internal directories.
Click to hide internal directories.