Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeUserPrinter
- func (fake *FakeUserPrinter) Invocations() map[string][][]interface{}
- func (fake *FakeUserPrinter) PrintUsers(arg1 string, arg2 string)
- func (fake *FakeUserPrinter) PrintUsersArgsForCall(i int) (string, string)
- func (fake *FakeUserPrinter) PrintUsersCallCount() int
- func (fake *FakeUserPrinter) PrintUsersCalls(stub func(string, string))
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeUserPrinter ¶
type FakeUserPrinter struct { PrintUsersStub func(string, string) // contains filtered or unexported fields }
func (*FakeUserPrinter) Invocations ¶
func (fake *FakeUserPrinter) Invocations() map[string][][]interface{}
func (*FakeUserPrinter) PrintUsers ¶
func (fake *FakeUserPrinter) PrintUsers(arg1 string, arg2 string)
func (*FakeUserPrinter) PrintUsersArgsForCall ¶
func (fake *FakeUserPrinter) PrintUsersArgsForCall(i int) (string, string)
func (*FakeUserPrinter) PrintUsersCallCount ¶
func (fake *FakeUserPrinter) PrintUsersCallCount() int
func (*FakeUserPrinter) PrintUsersCalls ¶
func (fake *FakeUserPrinter) PrintUsersCalls(stub func(string, string))
Click to show internal directories.
Click to hide internal directories.