Documentation
¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockSystemInfoManager ¶
type MockSystemInfoManager struct {
// contains filtered or unexported fields
}
MockSystemInfoManager is a mock of SystemInfoManager interface
func NewMockSystemInfoManager ¶
func NewMockSystemInfoManager(ctrl *gomock.Controller) *MockSystemInfoManager
NewMockSystemInfoManager creates a new mock instance
func (*MockSystemInfoManager) EXPECT ¶
func (m *MockSystemInfoManager) EXPECT() *MockSystemInfoManagerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockSystemInfoManager) GetProjectInfo ¶
func (m *MockSystemInfoManager) GetProjectInfo() types.ProjectInfo
GetProjectInfo mocks base method
type MockSystemInfoManagerMockRecorder ¶
type MockSystemInfoManagerMockRecorder struct {
// contains filtered or unexported fields
}
MockSystemInfoManagerMockRecorder is the mock recorder for MockSystemInfoManager
func (*MockSystemInfoManagerMockRecorder) GetProjectInfo ¶
func (mr *MockSystemInfoManagerMockRecorder) GetProjectInfo() *gomock.Call
GetProjectInfo indicates an expected call of GetProjectInfo
Click to show internal directories.
Click to hide internal directories.