Documentation
¶
Overview ¶
This file was generated by counterfeiter
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeUserPrinter ¶
type FakeUserPrinter struct {
PrintUsersStub func(guid string, username string)
// contains filtered or unexported fields
}
func (*FakeUserPrinter) Invocations ¶
func (fake *FakeUserPrinter) Invocations() map[string][][]interface{}
func (*FakeUserPrinter) PrintUsers ¶
func (fake *FakeUserPrinter) PrintUsers(guid string, username string)
func (*FakeUserPrinter) PrintUsersArgsForCall ¶
func (fake *FakeUserPrinter) PrintUsersArgsForCall(i int) (string, string)
func (*FakeUserPrinter) PrintUsersCallCount ¶
func (fake *FakeUserPrinter) PrintUsersCallCount() int
Click to show internal directories.
Click to hide internal directories.