package mock_gomock

import "github.com/golang/mock/gomock/mock_matcher"

Index

Types

type MockMatcher

type MockMatcher struct {
	// contains filtered or unexported fields
}

MockMatcher is a mock of Matcher interface

func NewMockMatcher

func NewMockMatcher(ctrl *gomock.Controller) *MockMatcher

NewMockMatcher creates a new mock instance

func (*MockMatcher) EXPECT

func (_m *MockMatcher) EXPECT() *MockMatcherMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockMatcher) Matches

func (_m *MockMatcher) Matches(_param0 interface{}) bool

Matches mocks base method

func (*MockMatcher) String

func (_m *MockMatcher) String() string

String mocks base method

type MockMatcherMockRecorder

type MockMatcherMockRecorder struct {
	// contains filtered or unexported fields
}

MockMatcherMockRecorder is the mock recorder for MockMatcher

func (*MockMatcherMockRecorder) Matches

func (_mr *MockMatcherMockRecorder) Matches(arg0 interface{}) *gomock.Call

Matches indicates an expected call of Matches

func (*MockMatcherMockRecorder) String

func (_mr *MockMatcherMockRecorder) String() *gomock.Call

String indicates an expected call of String

Source Files

mock_matcher.go

Version
v1.0.0
Published
Jul 22, 2017
Platform
darwin/amd64
Imports
2 packages
Last checked
6 minutes ago

Tools for package owners.