Documentation ¶
Index ¶
- type MockMaker
- type MockMaker_Expecter
- type MockMaker_Make_Call
- func (_c *MockMaker_Make_Call) Return(_a0 environment.Environment, _a1 error) *MockMaker_Make_Call
- func (_c *MockMaker_Make_Call) Run(run func(config *types.KubernetesEnvironment)) *MockMaker_Make_Call
- func (_c *MockMaker_Make_Call) RunAndReturn(run func(*types.KubernetesEnvironment) (environment.Environment, error)) *MockMaker_Make_Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockMaker ¶
MockMaker is an autogenerated mock type for the Maker type
func NewMockMaker ¶
NewMockMaker creates a new instance of MockMaker. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*MockMaker) EXPECT ¶
func (_m *MockMaker) EXPECT() *MockMaker_Expecter
func (*MockMaker) Make ¶
func (_m *MockMaker) Make(config *types.KubernetesEnvironment) (environment.Environment, error)
Make provides a mock function with given fields: config
type MockMaker_Expecter ¶
type MockMaker_Expecter struct {
// contains filtered or unexported fields
}
func (*MockMaker_Expecter) Make ¶
func (_e *MockMaker_Expecter) Make(config interface{}) *MockMaker_Make_Call
Make is a helper method to define mock.On call
- config *types.KubernetesEnvironment
type MockMaker_Make_Call ¶
MockMaker_Make_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Make'
func (*MockMaker_Make_Call) Return ¶
func (_c *MockMaker_Make_Call) Return(_a0 environment.Environment, _a1 error) *MockMaker_Make_Call
func (*MockMaker_Make_Call) Run ¶
func (_c *MockMaker_Make_Call) Run(run func(config *types.KubernetesEnvironment)) *MockMaker_Make_Call
func (*MockMaker_Make_Call) RunAndReturn ¶
func (_c *MockMaker_Make_Call) RunAndReturn(run func(*types.KubernetesEnvironment) (environment.Environment, error)) *MockMaker_Make_Call
Click to show internal directories.
Click to hide internal directories.