Documentation ¶
Overview ¶
Package mock_engine is a generated GoMock package.
Index ¶
- type MockInterface
- func (m *MockInterface) AssembleStep() error
- func (m *MockInterface) CompileStep() error
- func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
- func (m *MockInterface) GetCurrentMetadata() interface{}
- func (m *MockInterface) GetNextMetadata() interface{}
- 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) GetCurrentMetadata() *gomock.Call
- func (mr *MockInterfaceMockRecorder) GetNextMetadata() *gomock.Call
- func (mr *MockInterfaceMockRecorder) Init(pipelineData, config, sourceScm 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) EXPECT ¶
func (m *MockInterface) EXPECT() *MockInterfaceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockInterface) GetCurrentMetadata ¶
func (m *MockInterface) GetCurrentMetadata() interface{}
GetCurrentMetadata mocks base method
func (*MockInterface) GetNextMetadata ¶
func (m *MockInterface) GetNextMetadata() interface{}
GetNextMetadata mocks base method
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) GetCurrentMetadata ¶
func (mr *MockInterfaceMockRecorder) GetCurrentMetadata() *gomock.Call
GetCurrentMetadata indicates an expected call of GetCurrentMetadata
func (*MockInterfaceMockRecorder) GetNextMetadata ¶
func (mr *MockInterfaceMockRecorder) GetNextMetadata() *gomock.Call
GetNextMetadata indicates an expected call of GetNextMetadata
func (*MockInterfaceMockRecorder) Init ¶
func (mr *MockInterfaceMockRecorder) Init(pipelineData, config, sourceScm 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