MockMatcher is a mock of Matcher interface.
type MockMatcher struct {
// contains filtered or unexported fields
}
func NewMockMatcher(ctrl *gomock.Controller) *MockMatcher
NewMockMatcher creates a new mock instance.
func (m *MockMatcher) EXPECT() *MockMatcherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (m *MockMatcher) Matches(arg0 interface{}) bool
Matches mocks base method.
func (m *MockMatcher) String() string
String mocks base method.
MockMatcherMockRecorder is the mock recorder for MockMatcher.
type MockMatcherMockRecorder struct {
// contains filtered or unexported fields
}
func (mr *MockMatcherMockRecorder) Matches(arg0 interface{}) *gomock.Call
Matches indicates an expected call of Matches.
func (mr *MockMatcherMockRecorder) String() *gomock.Call
String indicates an expected call of String.