Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockMatcher ¶
type MockMatcher struct {
// contains filtered or unexported fields
}
Mock of Matcher interface
func NewMockMatcher ¶
func NewMockMatcher(ctrl *gomock.Controller) *MockMatcher
func (*MockMatcher) EXPECT ¶
func (_m *MockMatcher) EXPECT() *_MockMatcherRecorder
func (*MockMatcher) Matches ¶
func (_m *MockMatcher) Matches(_param0 interface{}) bool
func (*MockMatcher) String ¶
func (_m *MockMatcher) String() string
Click to show internal directories.
Click to hide internal directories.