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 MockRunnerIface ¶
type MockRunnerIface struct {
// contains filtered or unexported fields
}
MockRunnerIface is a mock of RunnerIface interface.
func NewMockRunnerIface ¶
func NewMockRunnerIface(ctrl *gomock.Controller) *MockRunnerIface
NewMockRunnerIface creates a new mock instance.
func (*MockRunnerIface) EXPECT ¶
func (m *MockRunnerIface) EXPECT() *MockRunnerIfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockRunnerIface) Exec ¶
func (m *MockRunnerIface) Exec(arg0 context.Context, arg1 *runcmd.ExecParams) (string, error)
Exec mocks base method.
func (*MockRunnerIface) NEW ¶
func (*MockRunnerIface) NEW(ctrl *gomock.Controller) *MockRunnerIface
NEW creates a MockRunnerIface.
type MockRunnerIfaceMockRecorder ¶
type MockRunnerIfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockRunnerIfaceMockRecorder is the mock recorder for MockRunnerIface.
func (*MockRunnerIfaceMockRecorder) Exec ¶
func (mr *MockRunnerIfaceMockRecorder) Exec(arg0, arg1 interface{}) *gomock.Call
Exec indicates an expected call of Exec.
Click to show internal directories.
Click to hide internal directories.