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