goesfakes

package
v0.0.0-...-11843eb Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2019 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package goesfakes is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Func

type Func struct {
	// contains filtered or unexported fields
}

Func is a mock of Func interface

func NewFunc

func NewFunc(ctrl *gomock.Controller) *Func

NewFunc creates a new mock instance

func (*Func) EXPECT

func (m *Func) EXPECT() *FuncMockRecorder

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

func (*Func) Release

func (m *Func) Release()

Release mocks base method

type FuncMockRecorder

type FuncMockRecorder struct {
	// contains filtered or unexported fields
}

FuncMockRecorder is the mock recorder for Func

func (*FuncMockRecorder) Release

func (mr *FuncMockRecorder) Release() *gomock.Call

Release indicates an expected call of Release

type MockBooler

type MockBooler struct {
	// contains filtered or unexported fields
}

MockBooler is a mock of Booler interface

func NewMockBooler

func NewMockBooler(ctrl *gomock.Controller) *MockBooler

NewMockBooler creates a new mock instance

func (*MockBooler) Bool

func (m *MockBooler) Bool() bool

Bool mocks base method

func (*MockBooler) EXPECT

func (m *MockBooler) EXPECT() *MockBoolerMockRecorder

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

type MockBoolerMockRecorder

type MockBoolerMockRecorder struct {
	// contains filtered or unexported fields
}

MockBoolerMockRecorder is the mock recorder for MockBooler

func (*MockBoolerMockRecorder) Bool

func (mr *MockBoolerMockRecorder) Bool() *gomock.Call

Bool indicates an expected call of Bool

type MockCaller

type MockCaller struct {
	// contains filtered or unexported fields
}

MockCaller is a mock of Caller interface

func NewMockCaller

func NewMockCaller(ctrl *gomock.Controller) *MockCaller

NewMockCaller creates a new mock instance

func (*MockCaller) Call

func (m_2 *MockCaller) Call(m string, args ...interface{}) goes.Value

Call mocks base method

func (*MockCaller) EXPECT

func (m *MockCaller) EXPECT() *MockCallerMockRecorder

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

type MockCallerMockRecorder

type MockCallerMockRecorder struct {
	// contains filtered or unexported fields
}

MockCallerMockRecorder is the mock recorder for MockCaller

func (*MockCallerMockRecorder) Call

func (mr *MockCallerMockRecorder) Call(m interface{}, args ...interface{}) *gomock.Call

Call indicates an expected call of Call

type MockFloater

type MockFloater struct {
	// contains filtered or unexported fields
}

MockFloater is a mock of Floater interface

func NewMockFloater

func NewMockFloater(ctrl *gomock.Controller) *MockFloater

NewMockFloater creates a new mock instance

func (*MockFloater) EXPECT

func (m *MockFloater) EXPECT() *MockFloaterMockRecorder

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

func (*MockFloater) Float

func (m *MockFloater) Float() float64

Float mocks base method

type MockFloaterMockRecorder

type MockFloaterMockRecorder struct {
	// contains filtered or unexported fields
}

MockFloaterMockRecorder is the mock recorder for MockFloater

func (*MockFloaterMockRecorder) Float

func (mr *MockFloaterMockRecorder) Float() *gomock.Call

Float indicates an expected call of Float

type MockGetter

type MockGetter struct {
	// contains filtered or unexported fields
}

MockGetter is a mock of Getter interface

func NewMockGetter

func NewMockGetter(ctrl *gomock.Controller) *MockGetter

NewMockGetter creates a new mock instance

func (*MockGetter) EXPECT

func (m *MockGetter) EXPECT() *MockGetterMockRecorder

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

func (*MockGetter) Get

func (m *MockGetter) Get(p string) goes.Value

Get mocks base method

type MockGetterMockRecorder

type MockGetterMockRecorder struct {
	// contains filtered or unexported fields
}

MockGetterMockRecorder is the mock recorder for MockGetter

func (*MockGetterMockRecorder) Get

func (mr *MockGetterMockRecorder) Get(p interface{}) *gomock.Call

Get indicates an expected call of Get

type MockIndexer

type MockIndexer struct {
	// contains filtered or unexported fields
}

MockIndexer is a mock of Indexer interface

func NewMockIndexer

func NewMockIndexer(ctrl *gomock.Controller) *MockIndexer

NewMockIndexer creates a new mock instance

func (*MockIndexer) EXPECT

func (m *MockIndexer) EXPECT() *MockIndexerMockRecorder

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

func (*MockIndexer) Index

func (m *MockIndexer) Index(i int) goes.Value

Index mocks base method

type MockIndexerMockRecorder

type MockIndexerMockRecorder struct {
	// contains filtered or unexported fields
}

MockIndexerMockRecorder is the mock recorder for MockIndexer

func (*MockIndexerMockRecorder) Index

func (mr *MockIndexerMockRecorder) Index(i interface{}) *gomock.Call

Index indicates an expected call of Index

type MockInstanceOfer

type MockInstanceOfer struct {
	// contains filtered or unexported fields
}

MockInstanceOfer is a mock of InstanceOfer interface

func NewMockInstanceOfer

func NewMockInstanceOfer(ctrl *gomock.Controller) *MockInstanceOfer

NewMockInstanceOfer creates a new mock instance

func (*MockInstanceOfer) EXPECT

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

func (*MockInstanceOfer) InstanceOf

func (m *MockInstanceOfer) InstanceOf(t goes.Value) bool

InstanceOf mocks base method

type MockInstanceOferMockRecorder

type MockInstanceOferMockRecorder struct {
	// contains filtered or unexported fields
}

MockInstanceOferMockRecorder is the mock recorder for MockInstanceOfer

func (*MockInstanceOferMockRecorder) InstanceOf

func (mr *MockInstanceOferMockRecorder) InstanceOf(t interface{}) *gomock.Call

InstanceOf indicates an expected call of InstanceOf

type MockInter

type MockInter struct {
	// contains filtered or unexported fields
}

MockInter is a mock of Inter interface

func NewMockInter

func NewMockInter(ctrl *gomock.Controller) *MockInter

NewMockInter creates a new mock instance

func (*MockInter) EXPECT

func (m *MockInter) EXPECT() *MockInterMockRecorder

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

func (*MockInter) Int

func (m *MockInter) Int() int

Int mocks base method

type MockInterMockRecorder

type MockInterMockRecorder struct {
	// contains filtered or unexported fields
}

MockInterMockRecorder is the mock recorder for MockInter

func (*MockInterMockRecorder) Int

func (mr *MockInterMockRecorder) Int() *gomock.Call

Int indicates an expected call of Int

type MockInvoker

type MockInvoker struct {
	// contains filtered or unexported fields
}

MockInvoker is a mock of Invoker interface

func NewMockInvoker

func NewMockInvoker(ctrl *gomock.Controller) *MockInvoker

NewMockInvoker creates a new mock instance

func (*MockInvoker) EXPECT

func (m *MockInvoker) EXPECT() *MockInvokerMockRecorder

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

func (*MockInvoker) Invoke

func (m *MockInvoker) Invoke(args ...interface{}) goes.Value

Invoke mocks base method

type MockInvokerMockRecorder

type MockInvokerMockRecorder struct {
	// contains filtered or unexported fields
}

MockInvokerMockRecorder is the mock recorder for MockInvoker

func (*MockInvokerMockRecorder) Invoke

func (mr *MockInvokerMockRecorder) Invoke(args ...interface{}) *gomock.Call

Invoke indicates an expected call of Invoke

type MockLengther

type MockLengther struct {
	// contains filtered or unexported fields
}

MockLengther is a mock of Lengther interface

func NewMockLengther

func NewMockLengther(ctrl *gomock.Controller) *MockLengther

NewMockLengther creates a new mock instance

func (*MockLengther) EXPECT

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

func (*MockLengther) Length

func (m *MockLengther) Length() int

Length mocks base method

type MockLengtherMockRecorder

type MockLengtherMockRecorder struct {
	// contains filtered or unexported fields
}

MockLengtherMockRecorder is the mock recorder for MockLengther

func (*MockLengtherMockRecorder) Length

func (mr *MockLengtherMockRecorder) Length() *gomock.Call

Length indicates an expected call of Length

type MockNewer

type MockNewer struct {
	// contains filtered or unexported fields
}

MockNewer is a mock of Newer interface

func NewMockNewer

func NewMockNewer(ctrl *gomock.Controller) *MockNewer

NewMockNewer creates a new mock instance

func (*MockNewer) EXPECT

func (m *MockNewer) EXPECT() *MockNewerMockRecorder

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

func (*MockNewer) New

func (m *MockNewer) New(args ...interface{}) goes.Value

New mocks base method

type MockNewerMockRecorder

type MockNewerMockRecorder struct {
	// contains filtered or unexported fields
}

MockNewerMockRecorder is the mock recorder for MockNewer

func (*MockNewerMockRecorder) New

func (mr *MockNewerMockRecorder) New(args ...interface{}) *gomock.Call

New indicates an expected call of New

type MockRuntimer

type MockRuntimer struct {
	// contains filtered or unexported fields
}

MockRuntimer is a mock of Runtimer interface

func NewMockRuntimer

func NewMockRuntimer(ctrl *gomock.Controller) *MockRuntimer

NewMockRuntimer creates a new mock instance

func (*MockRuntimer) EXPECT

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

func (*MockRuntimer) Global

func (m *MockRuntimer) Global() goes.Value

Global mocks base method

func (*MockRuntimer) Null

func (m *MockRuntimer) Null() goes.Value

Null mocks base method

func (*MockRuntimer) Undefined

func (m *MockRuntimer) Undefined() goes.Value

Undefined mocks base method

func (*MockRuntimer) ValueOf

func (m *MockRuntimer) ValueOf(x interface{}) goes.Value

ValueOf mocks base method

type MockRuntimerMockRecorder

type MockRuntimerMockRecorder struct {
	// contains filtered or unexported fields
}

MockRuntimerMockRecorder is the mock recorder for MockRuntimer

func (*MockRuntimerMockRecorder) Global

func (mr *MockRuntimerMockRecorder) Global() *gomock.Call

Global indicates an expected call of Global

func (*MockRuntimerMockRecorder) Null

func (mr *MockRuntimerMockRecorder) Null() *gomock.Call

Null indicates an expected call of Null

func (*MockRuntimerMockRecorder) Undefined

func (mr *MockRuntimerMockRecorder) Undefined() *gomock.Call

Undefined indicates an expected call of Undefined

func (*MockRuntimerMockRecorder) ValueOf

func (mr *MockRuntimerMockRecorder) ValueOf(x interface{}) *gomock.Call

ValueOf indicates an expected call of ValueOf

type MockSetIndexer

type MockSetIndexer struct {
	// contains filtered or unexported fields
}

MockSetIndexer is a mock of SetIndexer interface

func NewMockSetIndexer

func NewMockSetIndexer(ctrl *gomock.Controller) *MockSetIndexer

NewMockSetIndexer creates a new mock instance

func (*MockSetIndexer) EXPECT

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

func (*MockSetIndexer) SetIndex

func (m *MockSetIndexer) SetIndex(i int, x interface{})

SetIndex mocks base method

type MockSetIndexerMockRecorder

type MockSetIndexerMockRecorder struct {
	// contains filtered or unexported fields
}

MockSetIndexerMockRecorder is the mock recorder for MockSetIndexer

func (*MockSetIndexerMockRecorder) SetIndex

func (mr *MockSetIndexerMockRecorder) SetIndex(i, x interface{}) *gomock.Call

SetIndex indicates an expected call of SetIndex

type MockSetter

type MockSetter struct {
	// contains filtered or unexported fields
}

MockSetter is a mock of Setter interface

func NewMockSetter

func NewMockSetter(ctrl *gomock.Controller) *MockSetter

NewMockSetter creates a new mock instance

func (*MockSetter) EXPECT

func (m *MockSetter) EXPECT() *MockSetterMockRecorder

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

func (*MockSetter) Set

func (m *MockSetter) Set(p string, x interface{})

Set mocks base method

type MockSetterMockRecorder

type MockSetterMockRecorder struct {
	// contains filtered or unexported fields
}

MockSetterMockRecorder is the mock recorder for MockSetter

func (*MockSetterMockRecorder) Set

func (mr *MockSetterMockRecorder) Set(p, x interface{}) *gomock.Call

Set indicates an expected call of Set

type MockStringer

type MockStringer struct {
	// contains filtered or unexported fields
}

MockStringer is a mock of Stringer interface

func NewMockStringer

func NewMockStringer(ctrl *gomock.Controller) *MockStringer

NewMockStringer creates a new mock instance

func (*MockStringer) EXPECT

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

func (*MockStringer) String

func (m *MockStringer) String() string

String mocks base method

type MockStringerMockRecorder

type MockStringerMockRecorder struct {
	// contains filtered or unexported fields
}

MockStringerMockRecorder is the mock recorder for MockStringer

func (*MockStringerMockRecorder) String

func (mr *MockStringerMockRecorder) String() *gomock.Call

String indicates an expected call of String

type MockTruther

type MockTruther struct {
	// contains filtered or unexported fields
}

MockTruther is a mock of Truther interface

func NewMockTruther

func NewMockTruther(ctrl *gomock.Controller) *MockTruther

NewMockTruther creates a new mock instance

func (*MockTruther) EXPECT

func (m *MockTruther) EXPECT() *MockTrutherMockRecorder

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

func (*MockTruther) Truthy

func (m *MockTruther) Truthy() bool

Truthy mocks base method

type MockTrutherMockRecorder

type MockTrutherMockRecorder struct {
	// contains filtered or unexported fields
}

MockTrutherMockRecorder is the mock recorder for MockTruther

func (*MockTrutherMockRecorder) Truthy

func (mr *MockTrutherMockRecorder) Truthy() *gomock.Call

Truthy indicates an expected call of Truthy

type Releaser

type Releaser struct {
	// contains filtered or unexported fields
}

Releaser is a mock of Releaser interface

func NewReleaser

func NewReleaser(ctrl *gomock.Controller) *Releaser

NewReleaser creates a new mock instance

func (*Releaser) EXPECT

func (m *Releaser) EXPECT() *ReleaserMockRecorder

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

func (*Releaser) Release

func (m *Releaser) Release()

Release mocks base method

type ReleaserMockRecorder

type ReleaserMockRecorder struct {
	// contains filtered or unexported fields
}

ReleaserMockRecorder is the mock recorder for Releaser

func (*ReleaserMockRecorder) Release

func (mr *ReleaserMockRecorder) Release() *gomock.Call

Release indicates an expected call of Release

type TypedArray

type TypedArray struct {
	// contains filtered or unexported fields
}

TypedArray is a mock of TypedArray interface

func NewTypedArray

func NewTypedArray(ctrl *gomock.Controller) *TypedArray

NewTypedArray creates a new mock instance

func (*TypedArray) EXPECT

func (m *TypedArray) EXPECT() *TypedArrayMockRecorder

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

func (*TypedArray) Release

func (m *TypedArray) Release()

Release mocks base method

type TypedArrayMockRecorder

type TypedArrayMockRecorder struct {
	// contains filtered or unexported fields
}

TypedArrayMockRecorder is the mock recorder for TypedArray

func (*TypedArrayMockRecorder) Release

func (mr *TypedArrayMockRecorder) Release() *gomock.Call

Release indicates an expected call of Release

type Typer

type Typer struct {
	// contains filtered or unexported fields
}

Typer is a mock of Typer interface

func NewTyper

func NewTyper(ctrl *gomock.Controller) *Typer

NewTyper creates a new mock instance

func (*Typer) EXPECT

func (m *Typer) EXPECT() *TyperMockRecorder

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

func (*Typer) Type

func (m *Typer) Type() goes.Type

Type mocks base method

type TyperMockRecorder

type TyperMockRecorder struct {
	// contains filtered or unexported fields
}

TyperMockRecorder is the mock recorder for Typer

func (*TyperMockRecorder) Type

func (mr *TyperMockRecorder) Type() *gomock.Call

Type indicates an expected call of Type

type Value

type Value struct {
	// contains filtered or unexported fields
}

Value is a mock of Value interface

func NewValue

func NewValue(ctrl *gomock.Controller) *Value

NewValue creates a new mock instance

func (*Value) Bool

func (m *Value) Bool() bool

Bool mocks base method

func (*Value) Call

func (m_2 *Value) Call(m string, args ...interface{}) goes.Value

Call mocks base method

func (*Value) EXPECT

func (m *Value) EXPECT() *ValueMockRecorder

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

func (*Value) Float

func (m *Value) Float() float64

Float mocks base method

func (*Value) Get

func (m *Value) Get(p string) goes.Value

Get mocks base method

func (*Value) Index

func (m *Value) Index(i int) goes.Value

Index mocks base method

func (*Value) InstanceOf

func (m *Value) InstanceOf(t goes.Value) bool

InstanceOf mocks base method

func (*Value) Int

func (m *Value) Int() int

Int mocks base method

func (*Value) Invoke

func (m *Value) Invoke(args ...interface{}) goes.Value

Invoke mocks base method

func (*Value) Length

func (m *Value) Length() int

Length mocks base method

func (*Value) New

func (m *Value) New(args ...interface{}) goes.Value

New mocks base method

func (*Value) Set

func (m *Value) Set(p string, x interface{})

Set mocks base method

func (*Value) SetIndex

func (m *Value) SetIndex(i int, x interface{})

SetIndex mocks base method

func (*Value) String

func (m *Value) String() string

String mocks base method

func (*Value) Truthy

func (m *Value) Truthy() bool

Truthy mocks base method

func (*Value) Type

func (m *Value) Type() goes.Type

Type mocks base method

type ValueMockRecorder

type ValueMockRecorder struct {
	// contains filtered or unexported fields
}

ValueMockRecorder is the mock recorder for Value

func (*ValueMockRecorder) Bool

func (mr *ValueMockRecorder) Bool() *gomock.Call

Bool indicates an expected call of Bool

func (*ValueMockRecorder) Call

func (mr *ValueMockRecorder) Call(m interface{}, args ...interface{}) *gomock.Call

Call indicates an expected call of Call

func (*ValueMockRecorder) Float

func (mr *ValueMockRecorder) Float() *gomock.Call

Float indicates an expected call of Float

func (*ValueMockRecorder) Get

func (mr *ValueMockRecorder) Get(p interface{}) *gomock.Call

Get indicates an expected call of Get

func (*ValueMockRecorder) Index

func (mr *ValueMockRecorder) Index(i interface{}) *gomock.Call

Index indicates an expected call of Index

func (*ValueMockRecorder) InstanceOf

func (mr *ValueMockRecorder) InstanceOf(t interface{}) *gomock.Call

InstanceOf indicates an expected call of InstanceOf

func (*ValueMockRecorder) Int

func (mr *ValueMockRecorder) Int() *gomock.Call

Int indicates an expected call of Int

func (*ValueMockRecorder) Invoke

func (mr *ValueMockRecorder) Invoke(args ...interface{}) *gomock.Call

Invoke indicates an expected call of Invoke

func (*ValueMockRecorder) Length

func (mr *ValueMockRecorder) Length() *gomock.Call

Length indicates an expected call of Length

func (*ValueMockRecorder) New

func (mr *ValueMockRecorder) New(args ...interface{}) *gomock.Call

New indicates an expected call of New

func (*ValueMockRecorder) Set

func (mr *ValueMockRecorder) Set(p, x interface{}) *gomock.Call

Set indicates an expected call of Set

func (*ValueMockRecorder) SetIndex

func (mr *ValueMockRecorder) SetIndex(i, x interface{}) *gomock.Call

SetIndex indicates an expected call of SetIndex

func (*ValueMockRecorder) String

func (mr *ValueMockRecorder) String() *gomock.Call

String indicates an expected call of String

func (*ValueMockRecorder) Truthy

func (mr *ValueMockRecorder) Truthy() *gomock.Call

Truthy indicates an expected call of Truthy

func (*ValueMockRecorder) Type

func (mr *ValueMockRecorder) Type() *gomock.Call

Type indicates an expected call of Type

Jump to

Keyboard shortcuts

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