Documentation ¶
Index ¶
- type MockInterface
- func (_m *MockInterface) AssembleStep() error
- func (_m *MockInterface) CompileStep() error
- func (_m *MockInterface) DependenciesStep() error
- func (_m *MockInterface) DistStep() error
- func (_m *MockInterface) EXPECT() *MockInterfaceMockRecorder
- func (_m *MockInterface) Init(pipelineData *pipeline.Data, config config.Interface, sourceScm scm.Interface) error
- func (_m *MockInterface) PackageStep() error
- func (_m *MockInterface) TestStep() error
- func (_m *MockInterface) ValidateTools() error
- type MockInterfaceMockRecorder
- func (_mr *MockInterfaceMockRecorder) AssembleStep() *gomock.Call
- func (_mr *MockInterfaceMockRecorder) CompileStep() *gomock.Call
- func (_mr *MockInterfaceMockRecorder) DependenciesStep() *gomock.Call
- func (_mr *MockInterfaceMockRecorder) DistStep() *gomock.Call
- func (_mr *MockInterfaceMockRecorder) Init(arg0, arg1, arg2 interface{}) *gomock.Call
- func (_mr *MockInterfaceMockRecorder) PackageStep() *gomock.Call
- func (_mr *MockInterfaceMockRecorder) TestStep() *gomock.Call
- func (_mr *MockInterfaceMockRecorder) ValidateTools() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockInterface ¶
type MockInterface struct {
// contains filtered or unexported fields
}
MockInterface is a mock of Interface interface
func NewMockInterface ¶
func NewMockInterface(ctrl *gomock.Controller) *MockInterface
NewMockInterface creates a new mock instance
func (*MockInterface) AssembleStep ¶
func (_m *MockInterface) AssembleStep() error
AssembleStep mocks base method
func (*MockInterface) CompileStep ¶
func (_m *MockInterface) CompileStep() error
CompileStep mocks base method
func (*MockInterface) DependenciesStep ¶
func (_m *MockInterface) DependenciesStep() error
DependenciesStep mocks base method
func (*MockInterface) DistStep ¶
func (_m *MockInterface) DistStep() error
DistStep mocks base method
func (*MockInterface) EXPECT ¶
func (_m *MockInterface) EXPECT() *MockInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockInterface) Init ¶
func (_m *MockInterface) Init(pipelineData *pipeline.Data, config config.Interface, sourceScm scm.Interface) error
Init mocks base method
func (*MockInterface) PackageStep ¶
func (_m *MockInterface) PackageStep() error
PackageStep mocks base method
func (*MockInterface) TestStep ¶
func (_m *MockInterface) TestStep() error
TestStep mocks base method
func (*MockInterface) ValidateTools ¶
func (_m *MockInterface) ValidateTools() error
ValidateTools mocks base method
type MockInterfaceMockRecorder ¶
type MockInterfaceMockRecorder struct {
// contains filtered or unexported fields
}
MockInterfaceMockRecorder is the mock recorder for MockInterface
func (*MockInterfaceMockRecorder) AssembleStep ¶
func (_mr *MockInterfaceMockRecorder) AssembleStep() *gomock.Call
AssembleStep indicates an expected call of AssembleStep
func (*MockInterfaceMockRecorder) CompileStep ¶
func (_mr *MockInterfaceMockRecorder) CompileStep() *gomock.Call
CompileStep indicates an expected call of CompileStep
func (*MockInterfaceMockRecorder) DependenciesStep ¶
func (_mr *MockInterfaceMockRecorder) DependenciesStep() *gomock.Call
DependenciesStep indicates an expected call of DependenciesStep
func (*MockInterfaceMockRecorder) DistStep ¶
func (_mr *MockInterfaceMockRecorder) DistStep() *gomock.Call
DistStep indicates an expected call of DistStep
func (*MockInterfaceMockRecorder) Init ¶
func (_mr *MockInterfaceMockRecorder) Init(arg0, arg1, arg2 interface{}) *gomock.Call
Init indicates an expected call of Init
func (*MockInterfaceMockRecorder) PackageStep ¶
func (_mr *MockInterfaceMockRecorder) PackageStep() *gomock.Call
PackageStep indicates an expected call of PackageStep
func (*MockInterfaceMockRecorder) TestStep ¶
func (_mr *MockInterfaceMockRecorder) TestStep() *gomock.Call
TestStep indicates an expected call of TestStep
func (*MockInterfaceMockRecorder) ValidateTools ¶
func (_mr *MockInterfaceMockRecorder) ValidateTools() *gomock.Call
ValidateTools indicates an expected call of ValidateTools