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