Documentation ¶
Overview ¶
Package mock_main is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockICommander ¶
type MockICommander struct {
// contains filtered or unexported fields
}
MockICommander is a mock of ICommander interface
func NewMockICommander ¶
func NewMockICommander(ctrl *gomock.Controller) *MockICommander
NewMockICommander creates a new mock instance
func (*MockICommander) EXPECT ¶
func (m *MockICommander) EXPECT() *MockICommanderMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockICommander) GetGitRemoteInfo ¶
func (m *MockICommander) GetGitRemoteInfo() ([]byte, error)
GetGitRemoteInfo mocks base method
func (*MockICommander) Open ¶
func (m *MockICommander) Open(arg0 string) error
Open mocks base method
func (*MockICommander) PrintErr ¶
func (m *MockICommander) PrintErr(msg error)
PrintErr mocks base method
func (*MockICommander) Println ¶
func (m *MockICommander) Println(msg string)
Println mocks base method
type MockICommanderMockRecorder ¶
type MockICommanderMockRecorder struct {
// contains filtered or unexported fields
}
MockICommanderMockRecorder is the mock recorder for MockICommander
func (*MockICommanderMockRecorder) GetGitRemoteInfo ¶
func (mr *MockICommanderMockRecorder) GetGitRemoteInfo() *gomock.Call
GetGitRemoteInfo indicates an expected call of GetGitRemoteInfo
func (*MockICommanderMockRecorder) Open ¶
func (mr *MockICommanderMockRecorder) Open(arg0 interface{}) *gomock.Call
Open indicates an expected call of Open
func (*MockICommanderMockRecorder) PrintErr ¶
func (mr *MockICommanderMockRecorder) PrintErr(msg interface{}) *gomock.Call
PrintErr indicates an expected call of PrintErr
func (*MockICommanderMockRecorder) Println ¶
func (mr *MockICommanderMockRecorder) Println(msg interface{}) *gomock.Call
Println indicates an expected call of Println
Click to show internal directories.
Click to hide internal directories.