Documentation
¶
Overview ¶
Package testmock is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type MockMyFunc ¶
type MockMyFunc struct {
// contains filtered or unexported fields
}
MockMyFunc is a mock of MyFunc interface.
func NewMockMyFunc ¶
func NewMockMyFunc(ctrl *gomock.Controller) *MockMyFunc
NewMockMyFunc creates a new mock instance.
func (*MockMyFunc) EXPECT ¶
func (m *MockMyFunc) EXPECT() *MockMyFuncMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockMyFuncMockRecorder ¶
type MockMyFuncMockRecorder struct {
// contains filtered or unexported fields
}
MockMyFuncMockRecorder is the mock recorder for MockMyFunc.
func (*MockMyFuncMockRecorder) GetInfo ¶
func (mr *MockMyFuncMockRecorder) GetInfo() *gomock.Call
GetInfo indicates an expected call of GetInfo.
Click to show internal directories.
Click to hide internal directories.