Documentation
¶
Overview ¶
Package mocknotification is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockNotificationService ¶
type MockNotificationService struct {
// contains filtered or unexported fields
}
MockNotificationService is a mock of NotificationService interface.
func NewMockNotificationService ¶
func NewMockNotificationService(ctrl *gomock.Controller) *MockNotificationService
NewMockNotificationService creates a new mock instance.
func (*MockNotificationService) EXPECT ¶
func (m *MockNotificationService) EXPECT() *MockNotificationServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockNotificationServiceMockRecorder ¶
type MockNotificationServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockNotificationServiceMockRecorder is the mock recorder for MockNotificationService.
func (*MockNotificationServiceMockRecorder) SendAnswerChangeMessage ¶
func (mr *MockNotificationServiceMockRecorder) SendAnswerChangeMessage(ctx, editorUserID, oldAnswer, newAnswer any) *gomock.Call
SendAnswerChangeMessage indicates an expected call of SendAnswerChangeMessage.
Click to show internal directories.
Click to hide internal directories.