mock_engine

package
v0.0.0-...-e99cc0b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 6, 2020 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Package mock_engine is a generated GoMock package.

Index

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) Create

func (m *MockEngine) Create(arg0 context.Context, arg1 *engine.Spec, arg2 *engine.Step) error

Create mocks base method

func (*MockEngine) Destroy

func (m *MockEngine) Destroy(arg0 context.Context, arg1 *engine.Spec) error

Destroy mocks base method

func (*MockEngine) EXPECT

func (m *MockEngine) EXPECT() *MockEngineMockRecorder

EXPECT returns an object that allows the caller to indicate expected use

func (*MockEngine) Setup

func (m *MockEngine) Setup(arg0 context.Context, arg1 *engine.Spec) error

Setup mocks base method

func (*MockEngine) Start

func (m *MockEngine) Start(arg0 context.Context, arg1 *engine.Spec, arg2 *engine.Step) error

Start mocks base method

func (*MockEngine) Tail

func (m *MockEngine) Tail(arg0 context.Context, arg1 *engine.Spec, arg2 *engine.Step) (io.ReadCloser, error)

Tail mocks base method

func (*MockEngine) Wait

func (m *MockEngine) Wait(arg0 context.Context, arg1 *engine.Spec, arg2 *engine.Step) (*engine.State, error)

Wait mocks base method

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL