Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeHelpActor
- func (fake *FakeHelpActor) CommandInfoByName(arg1 interface{}, arg2 string) (sharedaction.CommandInfo, error)
- func (fake *FakeHelpActor) CommandInfoByNameArgsForCall(i int) (interface{}, string)
- func (fake *FakeHelpActor) CommandInfoByNameCallCount() int
- func (fake *FakeHelpActor) CommandInfoByNameReturns(result1 sharedaction.CommandInfo, result2 error)
- func (fake *FakeHelpActor) CommandInfos(arg1 interface{}) map[string]sharedaction.CommandInfo
- func (fake *FakeHelpActor) CommandInfosArgsForCall(i int) interface{}
- func (fake *FakeHelpActor) CommandInfosCallCount() int
- func (fake *FakeHelpActor) CommandInfosReturns(result1 map[string]sharedaction.CommandInfo)
- func (fake *FakeHelpActor) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeHelpActor ¶
type FakeHelpActor struct { CommandInfoByNameStub func(interface{}, string) (sharedaction.CommandInfo, error) CommandInfosStub func(interface{}) map[string]sharedaction.CommandInfo // contains filtered or unexported fields }
func (*FakeHelpActor) CommandInfoByName ¶
func (fake *FakeHelpActor) CommandInfoByName(arg1 interface{}, arg2 string) (sharedaction.CommandInfo, error)
func (*FakeHelpActor) CommandInfoByNameArgsForCall ¶
func (fake *FakeHelpActor) CommandInfoByNameArgsForCall(i int) (interface{}, string)
func (*FakeHelpActor) CommandInfoByNameCallCount ¶
func (fake *FakeHelpActor) CommandInfoByNameCallCount() int
func (*FakeHelpActor) CommandInfoByNameReturns ¶
func (fake *FakeHelpActor) CommandInfoByNameReturns(result1 sharedaction.CommandInfo, result2 error)
func (*FakeHelpActor) CommandInfos ¶
func (fake *FakeHelpActor) CommandInfos(arg1 interface{}) map[string]sharedaction.CommandInfo
func (*FakeHelpActor) CommandInfosArgsForCall ¶
func (fake *FakeHelpActor) CommandInfosArgsForCall(i int) interface{}
func (*FakeHelpActor) CommandInfosCallCount ¶
func (fake *FakeHelpActor) CommandInfosCallCount() int
func (*FakeHelpActor) CommandInfosReturns ¶
func (fake *FakeHelpActor) CommandInfosReturns(result1 map[string]sharedaction.CommandInfo)
func (*FakeHelpActor) Invocations ¶
func (fake *FakeHelpActor) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.