Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCommand ¶
type MockCommand struct {
// contains filtered or unexported fields
}
MockCommand is a mock of Command interface
func NewMockCommand ¶
func NewMockCommand(ctrl *gomock.Controller) *MockCommand
NewMockCommand creates a new mock instance
func (*MockCommand) EXPECT ¶
func (m *MockCommand) EXPECT() *MockCommandMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockCommand) GetProperties ¶
func (m *MockCommand) GetProperties() ([]map[string]interface{}, error)
GetProperties mocks base method
func (*MockCommand) GetProperty ¶
func (m *MockCommand) GetProperty(name string) (map[string]interface{}, error)
GetProperty mocks base method
func (*MockCommand) SetProperty ¶
func (m *MockCommand) SetProperty(property map[string]interface{}) error
SetProperty mocks base method
type MockCommandMockRecorder ¶
type MockCommandMockRecorder struct {
// contains filtered or unexported fields
}
MockCommandMockRecorder is the mock recorder for MockCommand
func (*MockCommandMockRecorder) GetProperties ¶
func (mr *MockCommandMockRecorder) GetProperties() *gomock.Call
GetProperties indicates an expected call of GetProperties
func (*MockCommandMockRecorder) GetProperty ¶
func (mr *MockCommandMockRecorder) GetProperty(name interface{}) *gomock.Call
GetProperty indicates an expected call of GetProperty
func (*MockCommandMockRecorder) SetProperty ¶
func (mr *MockCommandMockRecorder) SetProperty(property interface{}) *gomock.Call
SetProperty indicates an expected call of SetProperty
Click to show internal directories.
Click to hide internal directories.