Documentation ¶
Overview ¶
Package mocks_ecc is a generated GoMock package.
Package mocks_ecc is a generated GoMock package.
Index ¶
- type MockExecCmd
- func (m *MockExecCmd) EXPECT() *MockExecCmdMockRecorder
- func (m *MockExecCmd) GetDir() string
- func (m *MockExecCmd) Run() error
- func (m *MockExecCmd) SetDir(arg0 string)
- func (m *MockExecCmd) SetStderr(arg0 io.Writer)
- func (m *MockExecCmd) SetStdin(arg0 io.Reader)
- func (m *MockExecCmd) SetStdout(arg0 io.Writer)
- type MockExecCmdCreator
- type MockExecCmdCreatorMockRecorder
- type MockExecCmdMockRecorder
- func (mr *MockExecCmdMockRecorder) GetDir() *gomock.Call
- func (mr *MockExecCmdMockRecorder) Run() *gomock.Call
- func (mr *MockExecCmdMockRecorder) SetDir(arg0 interface{}) *gomock.Call
- func (mr *MockExecCmdMockRecorder) SetStderr(arg0 interface{}) *gomock.Call
- func (mr *MockExecCmdMockRecorder) SetStdin(arg0 interface{}) *gomock.Call
- func (mr *MockExecCmdMockRecorder) SetStdout(arg0 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockExecCmd ¶
type MockExecCmd struct {
// contains filtered or unexported fields
}
MockExecCmd is a mock of ExecCmd interface.
func NewMockExecCmd ¶
func NewMockExecCmd(ctrl *gomock.Controller) *MockExecCmd
NewMockExecCmd creates a new mock instance.
func (*MockExecCmd) EXPECT ¶
func (m *MockExecCmd) EXPECT() *MockExecCmdMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockExecCmd) SetStderr ¶
func (m *MockExecCmd) SetStderr(arg0 io.Writer)
SetStderr mocks base method.
func (*MockExecCmd) SetStdin ¶
func (m *MockExecCmd) SetStdin(arg0 io.Reader)
SetStdin mocks base method.
func (*MockExecCmd) SetStdout ¶
func (m *MockExecCmd) SetStdout(arg0 io.Writer)
SetStdout mocks base method.
type MockExecCmdCreator ¶
type MockExecCmdCreator struct {
// contains filtered or unexported fields
}
MockExecCmdCreator is a mock of ExecCmdCreator interface.
func NewMockExecCmdCreator ¶
func NewMockExecCmdCreator(ctrl *gomock.Controller) *MockExecCmdCreator
NewMockExecCmdCreator creates a new mock instance.
func (*MockExecCmdCreator) Command ¶
func (m *MockExecCmdCreator) Command(arg0 string, arg1 ...string) ecc.ExecCmd
Command mocks base method.
func (*MockExecCmdCreator) EXPECT ¶
func (m *MockExecCmdCreator) EXPECT() *MockExecCmdCreatorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockExecCmdCreatorMockRecorder ¶
type MockExecCmdCreatorMockRecorder struct {
// contains filtered or unexported fields
}
MockExecCmdCreatorMockRecorder is the mock recorder for MockExecCmdCreator.
func (*MockExecCmdCreatorMockRecorder) Command ¶
func (mr *MockExecCmdCreatorMockRecorder) Command(arg0 interface{}, arg1 ...interface{}) *gomock.Call
Command indicates an expected call of Command.
type MockExecCmdMockRecorder ¶
type MockExecCmdMockRecorder struct {
// contains filtered or unexported fields
}
MockExecCmdMockRecorder is the mock recorder for MockExecCmd.
func (*MockExecCmdMockRecorder) GetDir ¶
func (mr *MockExecCmdMockRecorder) GetDir() *gomock.Call
GetDir indicates an expected call of GetDir.
func (*MockExecCmdMockRecorder) Run ¶
func (mr *MockExecCmdMockRecorder) Run() *gomock.Call
Run indicates an expected call of Run.
func (*MockExecCmdMockRecorder) SetDir ¶
func (mr *MockExecCmdMockRecorder) SetDir(arg0 interface{}) *gomock.Call
SetDir indicates an expected call of SetDir.
func (*MockExecCmdMockRecorder) SetStderr ¶
func (mr *MockExecCmdMockRecorder) SetStderr(arg0 interface{}) *gomock.Call
SetStderr indicates an expected call of SetStderr.
func (*MockExecCmdMockRecorder) SetStdin ¶
func (mr *MockExecCmdMockRecorder) SetStdin(arg0 interface{}) *gomock.Call
SetStdin indicates an expected call of SetStdin.
func (*MockExecCmdMockRecorder) SetStdout ¶
func (mr *MockExecCmdMockRecorder) SetStdout(arg0 interface{}) *gomock.Call
SetStdout indicates an expected call of SetStdout.