Documentation
¶
Overview ¶
Package mock_leader is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCommandRunner ¶
type MockCommandRunner struct {
// contains filtered or unexported fields
}
MockCommandRunner is a mock of CommandRunner interface.
func NewMockCommandRunner ¶
func NewMockCommandRunner(ctrl *gomock.Controller) *MockCommandRunner
NewMockCommandRunner creates a new mock instance.
func (*MockCommandRunner) EXPECT ¶
func (m *MockCommandRunner) EXPECT() *MockCommandRunnerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockCommandRunner) RunCardanoCmd ¶ added in v0.7.0
func (m *MockCommandRunner) RunCardanoCmd(trimmedArgs []string) (string, error)
RunCardanoCmd mocks base method.
type MockCommandRunnerMockRecorder ¶
type MockCommandRunnerMockRecorder struct {
// contains filtered or unexported fields
}
MockCommandRunnerMockRecorder is the mock recorder for MockCommandRunner.
func (*MockCommandRunnerMockRecorder) RunCardanoCmd ¶ added in v0.7.0
func (mr *MockCommandRunnerMockRecorder) RunCardanoCmd(trimmedArgs interface{}) *gomock.Call
RunCardanoCmd indicates an expected call of RunCardanoCmd.
type MockConfigGetter ¶ added in v0.3.0
type MockConfigGetter struct {
// contains filtered or unexported fields
}
MockConfigGetter is a mock of ConfigGetter interface.
func NewMockConfigGetter ¶ added in v0.3.0
func NewMockConfigGetter(ctrl *gomock.Controller) *MockConfigGetter
NewMockConfigGetter creates a new mock instance.
func (*MockConfigGetter) EXPECT ¶ added in v0.3.0
func (m *MockConfigGetter) EXPECT() *MockConfigGetterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockConfigGetter) GetConfig ¶ added in v0.3.0
func (m *MockConfigGetter) GetConfig() config.CfgYaml
GetConfig mocks base method.
type MockConfigGetterMockRecorder ¶ added in v0.3.0
type MockConfigGetterMockRecorder struct {
// contains filtered or unexported fields
}
MockConfigGetterMockRecorder is the mock recorder for MockConfigGetter.
func (*MockConfigGetterMockRecorder) GetConfig ¶ added in v0.3.0
func (mr *MockConfigGetterMockRecorder) GetConfig() *gomock.Call
GetConfig indicates an expected call of GetConfig.