Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeDetector
- func (fake *FakeDetector) Detect(arg1 string, arg2 string) (bool, error)
- func (fake *FakeDetector) DetectArgsForCall(i int) (string, string)
- func (fake *FakeDetector) DetectCallCount() int
- func (fake *FakeDetector) DetectCalls(stub func(string, string) (bool, error))
- func (fake *FakeDetector) DetectReturns(result1 bool, result2 error)
- func (fake *FakeDetector) DetectReturnsOnCall(i int, result1 bool, result2 error)
- func (fake *FakeDetector) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeDetector ¶
type FakeDetector struct { DetectStub func(string, string) (bool, error) // contains filtered or unexported fields }
func (*FakeDetector) Detect ¶
func (fake *FakeDetector) Detect(arg1 string, arg2 string) (bool, error)
func (*FakeDetector) DetectArgsForCall ¶
func (fake *FakeDetector) DetectArgsForCall(i int) (string, string)
func (*FakeDetector) DetectCallCount ¶
func (fake *FakeDetector) DetectCallCount() int
func (*FakeDetector) DetectCalls ¶
func (fake *FakeDetector) DetectCalls(stub func(string, string) (bool, error))
func (*FakeDetector) DetectReturns ¶
func (fake *FakeDetector) DetectReturns(result1 bool, result2 error)
func (*FakeDetector) DetectReturnsOnCall ¶
func (fake *FakeDetector) DetectReturnsOnCall(i int, result1 bool, result2 error)
func (*FakeDetector) Invocations ¶
func (fake *FakeDetector) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.