Documentation
¶
Overview ¶
Package mock_test is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MocktestInterface ¶
type MocktestInterface struct {
// contains filtered or unexported fields
}
MocktestInterface is a mock of testInterface interface.
func NewMocktestInterface ¶
func NewMocktestInterface(ctrl *gomock.Controller) *MocktestInterface
NewMocktestInterface creates a new mock instance.
func (*MocktestInterface) EXPECT ¶
func (m *MocktestInterface) EXPECT() *MocktestInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MocktestInterface) GetTest ¶
func (m *MocktestInterface) GetTest() int
GetTest mocks base method.
func (*MocktestInterface) SetTest ¶
func (m *MocktestInterface) SetTest(num int)
SetTest mocks base method.
type MocktestInterfaceMockRecorder ¶
type MocktestInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MocktestInterfaceMockRecorder is the mock recorder for MocktestInterface.
func (*MocktestInterfaceMockRecorder) GetTest ¶
func (mr *MocktestInterfaceMockRecorder) GetTest() *gomock.Call
GetTest indicates an expected call of GetTest.
func (*MocktestInterfaceMockRecorder) SetTest ¶
func (mr *MocktestInterfaceMockRecorder) SetTest(num interface{}) *gomock.Call
SetTest indicates an expected call of SetTest.
Click to show internal directories.
Click to hide internal directories.