Documentation ¶
Overview ¶
Package mock_communicationmethod is a generated GoMock package.
Index ¶
- type MockICommunicationMethodService
- func (m *MockICommunicationMethodService) DoDelete(arg0 context.Context, arg1, arg2 string) message.IMessage
- func (m *MockICommunicationMethodService) DoRead(arg0 context.Context, arg1, arg2 string) (*communicationmethod.CommunicationMethod, message.IMessage)
- func (m *MockICommunicationMethodService) DoReadAll(arg0 context.Context, arg1 string) ([]*communicationmethod.CommunicationMethod, message.IMessage)
- func (m *MockICommunicationMethodService) DoSave(arg0 context.Context, arg1 *communicationmethod.CommunicationMethod) message.IMessage
- func (m *MockICommunicationMethodService) EXPECT() *MockICommunicationMethodServiceMockRecorder
- type MockICommunicationMethodServiceMockRecorder
- func (mr *MockICommunicationMethodServiceMockRecorder) DoDelete(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockICommunicationMethodServiceMockRecorder) DoRead(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockICommunicationMethodServiceMockRecorder) DoReadAll(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockICommunicationMethodServiceMockRecorder) DoSave(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockICommunicationMethodService ¶
type MockICommunicationMethodService struct {
// contains filtered or unexported fields
}
MockICommunicationMethodService is a mock of ICommunicationMethodService interface
func NewMockICommunicationMethodService ¶
func NewMockICommunicationMethodService(ctrl *gomock.Controller) *MockICommunicationMethodService
NewMockICommunicationMethodService creates a new mock instance
func (*MockICommunicationMethodService) DoDelete ¶
func (m *MockICommunicationMethodService) DoDelete(arg0 context.Context, arg1, arg2 string) message.IMessage
DoDelete mocks base method
func (*MockICommunicationMethodService) DoRead ¶
func (m *MockICommunicationMethodService) DoRead(arg0 context.Context, arg1, arg2 string) (*communicationmethod.CommunicationMethod, message.IMessage)
DoRead mocks base method
func (*MockICommunicationMethodService) DoReadAll ¶
func (m *MockICommunicationMethodService) DoReadAll(arg0 context.Context, arg1 string) ([]*communicationmethod.CommunicationMethod, message.IMessage)
DoReadAll mocks base method
func (*MockICommunicationMethodService) DoSave ¶
func (m *MockICommunicationMethodService) DoSave(arg0 context.Context, arg1 *communicationmethod.CommunicationMethod) message.IMessage
DoSave mocks base method
func (*MockICommunicationMethodService) EXPECT ¶
func (m *MockICommunicationMethodService) EXPECT() *MockICommunicationMethodServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockICommunicationMethodServiceMockRecorder ¶
type MockICommunicationMethodServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockICommunicationMethodServiceMockRecorder is the mock recorder for MockICommunicationMethodService
func (*MockICommunicationMethodServiceMockRecorder) DoDelete ¶
func (mr *MockICommunicationMethodServiceMockRecorder) DoDelete(arg0, arg1, arg2 interface{}) *gomock.Call
DoDelete indicates an expected call of DoDelete
func (*MockICommunicationMethodServiceMockRecorder) DoRead ¶
func (mr *MockICommunicationMethodServiceMockRecorder) DoRead(arg0, arg1, arg2 interface{}) *gomock.Call
DoRead indicates an expected call of DoRead
func (*MockICommunicationMethodServiceMockRecorder) DoReadAll ¶
func (mr *MockICommunicationMethodServiceMockRecorder) DoReadAll(arg0, arg1 interface{}) *gomock.Call
DoReadAll indicates an expected call of DoReadAll
func (*MockICommunicationMethodServiceMockRecorder) DoSave ¶
func (mr *MockICommunicationMethodServiceMockRecorder) DoSave(arg0, arg1 interface{}) *gomock.Call
DoSave indicates an expected call of DoSave