Documentation ¶
Overview ¶
Package mock_runcmd is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockRunnerAPI ¶
type MockRunnerAPI struct {
// contains filtered or unexported fields
}
MockRunnerAPI is a mock of RunnerAPI interface.
func NewMockRunnerAPI ¶
func NewMockRunnerAPI(ctrl *gomock.Controller) *MockRunnerAPI
NewMockRunnerAPI creates a new mock instance.
func (*MockRunnerAPI) EXPECT ¶
func (m *MockRunnerAPI) EXPECT() *MockRunnerAPIMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRunnerAPI) Exec ¶
func (m *MockRunnerAPI) Exec(arg0 *runcmd.ExecParams) (string, error)
Exec mocks base method.
func (*MockRunnerAPI) NEW ¶
func (*MockRunnerAPI) NEW(ctrl *gomock.Controller) *MockRunnerAPI
NEW creates a MockRunnerAPI.
type MockRunnerAPIMockRecorder ¶
type MockRunnerAPIMockRecorder struct {
// contains filtered or unexported fields
}
MockRunnerAPIMockRecorder is the mock recorder for MockRunnerAPI.
func (*MockRunnerAPIMockRecorder) Exec ¶
func (mr *MockRunnerAPIMockRecorder) Exec(arg0 interface{}) *gomock.Call
Exec indicates an expected call of Exec.
Click to show internal directories.
Click to hide internal directories.