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