Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeHostLookUpper
- func (fake *FakeHostLookUpper) ArgsForCall(i int) string
- func (fake *FakeHostLookUpper) CallCount() int
- func (fake *FakeHostLookUpper) Calls(stub func(string) ([]string, error))
- func (fake *FakeHostLookUpper) Invocations() map[string][][]interface{}
- func (fake *FakeHostLookUpper) Returns(result1 []string, result2 error)
- func (fake *FakeHostLookUpper) ReturnsOnCall(i int, result1 []string, result2 error)
- func (fake *FakeHostLookUpper) Spy(arg1 string) ([]string, error)
- type FakeSleeper
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeHostLookUpper ¶
type FakeHostLookUpper struct { Stub func(string) ([]string, error) // contains filtered or unexported fields }
func (*FakeHostLookUpper) ArgsForCall ¶
func (fake *FakeHostLookUpper) ArgsForCall(i int) string
func (*FakeHostLookUpper) CallCount ¶
func (fake *FakeHostLookUpper) CallCount() int
func (*FakeHostLookUpper) Calls ¶
func (fake *FakeHostLookUpper) Calls(stub func(string) ([]string, error))
func (*FakeHostLookUpper) Invocations ¶
func (fake *FakeHostLookUpper) Invocations() map[string][][]interface{}
func (*FakeHostLookUpper) Returns ¶
func (fake *FakeHostLookUpper) Returns(result1 []string, result2 error)
func (*FakeHostLookUpper) ReturnsOnCall ¶
func (fake *FakeHostLookUpper) ReturnsOnCall(i int, result1 []string, result2 error)
type FakeSleeper ¶
func (*FakeSleeper) ArgsForCall ¶
func (fake *FakeSleeper) ArgsForCall(i int) time.Duration
func (*FakeSleeper) CallCount ¶
func (fake *FakeSleeper) CallCount() int
func (*FakeSleeper) Calls ¶
func (fake *FakeSleeper) Calls(stub func(time.Duration))
func (*FakeSleeper) Invocations ¶
func (fake *FakeSleeper) Invocations() map[string][][]interface{}
func (*FakeSleeper) Spy ¶
func (fake *FakeSleeper) Spy(arg1 time.Duration)
Click to show internal directories.
Click to hide internal directories.