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 MockRunValuationCommandHandler ¶
type MockRunValuationCommandHandler struct {
// contains filtered or unexported fields
}
MockRunValuationCommandHandler is a mock of RunValuationCommandHandler interface.
func NewMockRunValuationCommandHandler ¶
func NewMockRunValuationCommandHandler(ctrl *gomock.Controller) *MockRunValuationCommandHandler
NewMockRunValuationCommandHandler creates a new mock instance.
func (*MockRunValuationCommandHandler) EXPECT ¶
func (m *MockRunValuationCommandHandler) EXPECT() *MockRunValuationCommandHandlerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRunValuationCommandHandler) Execute ¶
func (m *MockRunValuationCommandHandler) Execute(ctx context.Context) error
Execute mocks base method.
func (*MockRunValuationCommandHandler) ExecuteOfferSync ¶ added in v0.2.3
func (m *MockRunValuationCommandHandler) ExecuteOfferSync(ctx context.Context) error
ExecuteOfferSync mocks base method.
type MockRunValuationCommandHandlerMockRecorder ¶
type MockRunValuationCommandHandlerMockRecorder struct {
// contains filtered or unexported fields
}
MockRunValuationCommandHandlerMockRecorder is the mock recorder for MockRunValuationCommandHandler.
func (*MockRunValuationCommandHandlerMockRecorder) Execute ¶
func (mr *MockRunValuationCommandHandlerMockRecorder) Execute(ctx interface{}) *gomock.Call
Execute indicates an expected call of Execute.
func (*MockRunValuationCommandHandlerMockRecorder) ExecuteOfferSync ¶ added in v0.2.3
func (mr *MockRunValuationCommandHandlerMockRecorder) ExecuteOfferSync(ctx interface{}) *gomock.Call
ExecuteOfferSync indicates an expected call of ExecuteOfferSync.
Click to show internal directories.
Click to hide internal directories.