Documentation ¶
Overview ¶
Package mock_commands is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRunTestSignalCommandHandler ¶
type MockRunTestSignalCommandHandler struct {
// contains filtered or unexported fields
}
MockRunTestSignalCommandHandler is a mock of RunTestSignalCommandHandler interface.
func NewMockRunTestSignalCommandHandler ¶
func NewMockRunTestSignalCommandHandler(ctrl *gomock.Controller) *MockRunTestSignalCommandHandler
NewMockRunTestSignalCommandHandler creates a new mock instance.
func (*MockRunTestSignalCommandHandler) EXPECT ¶
func (m *MockRunTestSignalCommandHandler) EXPECT() *MockRunTestSignalCommandHandlerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRunTestSignalCommandHandler) Execute ¶
func (m *MockRunTestSignalCommandHandler) Execute(ctx context.Context, command *commands.RunTestSignalCommandRequest) error
Execute mocks base method.
type MockRunTestSignalCommandHandlerMockRecorder ¶
type MockRunTestSignalCommandHandlerMockRecorder struct {
// contains filtered or unexported fields
}
MockRunTestSignalCommandHandlerMockRecorder is the mock recorder for MockRunTestSignalCommandHandler.
func (*MockRunTestSignalCommandHandlerMockRecorder) Execute ¶
func (mr *MockRunTestSignalCommandHandlerMockRecorder) Execute(ctx, command interface{}) *gomock.Call
Execute indicates an expected call of Execute.
Click to show internal directories.
Click to hide internal directories.