mocks

package
v0.0.0-...-3e8bd99 Latest Latest
Warning

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

Go to latest
Published: Oct 5, 2017 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Overview

Package mocks 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 *Step) error

Create mocks base method

func (*MockEngine) Destroy

func (m *MockEngine) Destroy(arg0 *Config) error

Destroy mocks base method

func (*MockEngine) Download

func (m *MockEngine) Download(arg0 *Step, arg1 string) (io.ReadCloser, *FileInfo, error)

Download 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 *Config) error

Setup mocks base method

func (*MockEngine) Start

func (m *MockEngine) Start(arg0 *Step) error

Start mocks base method

func (*MockEngine) Tail

func (m *MockEngine) Tail(arg0 *Step) (io.ReadCloser, error)

Tail mocks base method

func (*MockEngine) Upload

func (m *MockEngine) Upload(arg0 *Step, arg1 string, arg2 io.Reader) error

Upload mocks base method

func (*MockEngine) Wait

func (m *MockEngine) Wait(arg0 *Step) (*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 interface{}) *gomock.Call

Create indicates an expected call of Create

func (*MockEngineMockRecorder) Destroy

func (mr *MockEngineMockRecorder) Destroy(arg0 interface{}) *gomock.Call

Destroy indicates an expected call of Destroy

func (*MockEngineMockRecorder) Download

func (mr *MockEngineMockRecorder) Download(arg0, arg1 interface{}) *gomock.Call

Download indicates an expected call of Download

func (*MockEngineMockRecorder) Setup

func (mr *MockEngineMockRecorder) Setup(arg0 interface{}) *gomock.Call

Setup indicates an expected call of Setup

func (*MockEngineMockRecorder) Start

func (mr *MockEngineMockRecorder) Start(arg0 interface{}) *gomock.Call

Start indicates an expected call of Start

func (*MockEngineMockRecorder) Tail

func (mr *MockEngineMockRecorder) Tail(arg0 interface{}) *gomock.Call

Tail indicates an expected call of Tail

func (*MockEngineMockRecorder) Upload

func (mr *MockEngineMockRecorder) Upload(arg0, arg1, arg2 interface{}) *gomock.Call

Upload indicates an expected call of Upload

func (*MockEngineMockRecorder) Wait

func (mr *MockEngineMockRecorder) Wait(arg0 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