Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeMatcher
- func (fake *FakeMatcher) Invocations() map[string][][]interface{}
- func (fake *FakeMatcher) Match(arg1 []byte) (bool, int, int)
- func (fake *FakeMatcher) MatchArgsForCall(i int) []byte
- func (fake *FakeMatcher) MatchCallCount() int
- func (fake *FakeMatcher) MatchReturns(result1 bool, result2 int, result3 int)
- func (fake *FakeMatcher) MatchReturnsOnCall(i int, result1 bool, result2 int, result3 int)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeMatcher ¶
type FakeMatcher struct { MatchStub func([]byte) (bool, int, int) // contains filtered or unexported fields }
func (*FakeMatcher) Invocations ¶
func (fake *FakeMatcher) Invocations() map[string][][]interface{}
func (*FakeMatcher) MatchArgsForCall ¶
func (fake *FakeMatcher) MatchArgsForCall(i int) []byte
func (*FakeMatcher) MatchCallCount ¶
func (fake *FakeMatcher) MatchCallCount() int
func (*FakeMatcher) MatchReturns ¶
func (fake *FakeMatcher) MatchReturns(result1 bool, result2 int, result3 int)
func (*FakeMatcher) MatchReturnsOnCall ¶
func (fake *FakeMatcher) MatchReturnsOnCall(i int, result1 bool, result2 int, result3 int)
Click to show internal directories.
Click to hide internal directories.