Documentation ¶
Overview ¶
Package mock_engine is a generated GoMock package.
Index ¶
- type MockEngine
- func (m *MockEngine) Create(arg0 context.Context, arg1 *engine.Spec, arg2 *engine.Step) error
- func (m *MockEngine) Destroy(arg0 context.Context, arg1 *engine.Spec) error
- func (m *MockEngine) EXPECT() *MockEngineMockRecorder
- func (m *MockEngine) Setup(arg0 context.Context, arg1 *engine.Spec) error
- func (m *MockEngine) Start(arg0 context.Context, arg1 *engine.Spec, arg2 *engine.Step) error
- func (m *MockEngine) Tail(arg0 context.Context, arg1 *engine.Spec, arg2 *engine.Step) (io.ReadCloser, error)
- func (m *MockEngine) Wait(arg0 context.Context, arg1 *engine.Spec, arg2 *engine.Step) (*engine.State, error)
- type MockEngineMockRecorder
- func (mr *MockEngineMockRecorder) Create(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockEngineMockRecorder) Destroy(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEngineMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockEngineMockRecorder) Start(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockEngineMockRecorder) Tail(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockEngineMockRecorder) Wait(arg0, arg1, arg2 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockEngine ¶
type MockEngine struct {
// contains filtered or unexported fields
}
MockEngine is a mock of Engine interface
func NewMockEngine ¶
func NewMockEngine(ctrl *gomock.Controller) *MockEngine
NewMockEngine creates a new mock instance
func (*MockEngine) EXPECT ¶
func (m *MockEngine) EXPECT() *MockEngineMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockEngineMockRecorder ¶
type MockEngineMockRecorder struct {
// contains filtered or unexported fields
}
MockEngineMockRecorder is the mock recorder for MockEngine
func (*MockEngineMockRecorder) Create ¶
func (mr *MockEngineMockRecorder) Create(arg0, arg1, arg2 interface{}) *gomock.Call
Create indicates an expected call of Create
func (*MockEngineMockRecorder) Destroy ¶
func (mr *MockEngineMockRecorder) Destroy(arg0, arg1 interface{}) *gomock.Call
Destroy indicates an expected call of Destroy
func (*MockEngineMockRecorder) Setup ¶
func (mr *MockEngineMockRecorder) Setup(arg0, arg1 interface{}) *gomock.Call
Setup indicates an expected call of Setup
func (*MockEngineMockRecorder) Start ¶
func (mr *MockEngineMockRecorder) Start(arg0, arg1, arg2 interface{}) *gomock.Call
Start indicates an expected call of Start
func (*MockEngineMockRecorder) Tail ¶
func (mr *MockEngineMockRecorder) Tail(arg0, arg1, arg2 interface{}) *gomock.Call
Tail indicates an expected call of Tail
func (*MockEngineMockRecorder) Wait ¶
func (mr *MockEngineMockRecorder) Wait(arg0, arg1, arg2 interface{}) *gomock.Call
Wait indicates an expected call of Wait
Click to show internal directories.
Click to hide internal directories.