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 MockPowershell ¶
type MockPowershell struct {
// contains filtered or unexported fields
}
MockPowershell is a mock of Powershell interface
func NewMockPowershell ¶
func NewMockPowershell(ctrl *gomock.Controller) *MockPowershell
NewMockPowershell creates a new mock instance
func (*MockPowershell) EXPECT ¶
func (m *MockPowershell) EXPECT() *MockPowershellMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockPowershellMockRecorder ¶
type MockPowershellMockRecorder struct {
// contains filtered or unexported fields
}
MockPowershellMockRecorder is the mock recorder for MockPowershell
func (*MockPowershellMockRecorder) Output ¶
func (mr *MockPowershellMockRecorder) Output(arg0 interface{}) *gomock.Call
Output indicates an expected call of Output
Click to show internal directories.
Click to hide internal directories.