Documentation ¶
Overview ¶
Package goesfakes is a generated GoMock package.
Index ¶
- type Func
- type FuncMockRecorder
- type MockBooler
- type MockBoolerMockRecorder
- type MockCaller
- type MockCallerMockRecorder
- type MockFloater
- type MockFloaterMockRecorder
- type MockGetter
- type MockGetterMockRecorder
- type MockIndexer
- type MockIndexerMockRecorder
- type MockInstanceOfer
- type MockInstanceOferMockRecorder
- type MockInter
- type MockInterMockRecorder
- type MockInvoker
- type MockInvokerMockRecorder
- type MockLengther
- type MockLengtherMockRecorder
- type MockNewer
- type MockNewerMockRecorder
- type MockRuntimer
- type MockRuntimerMockRecorder
- type MockSetIndexer
- type MockSetIndexerMockRecorder
- type MockSetter
- type MockSetterMockRecorder
- type MockStringer
- type MockStringerMockRecorder
- type MockTruther
- type MockTrutherMockRecorder
- type Releaser
- type ReleaserMockRecorder
- type TypedArray
- type TypedArrayMockRecorder
- type Typer
- type TyperMockRecorder
- type Value
- func (m *Value) Bool() bool
- func (m_2 *Value) Call(m string, args ...interface{}) goes.Value
- func (m *Value) EXPECT() *ValueMockRecorder
- func (m *Value) Float() float64
- func (m *Value) Get(p string) goes.Value
- func (m *Value) Index(i int) goes.Value
- func (m *Value) InstanceOf(t goes.Value) bool
- func (m *Value) Int() int
- func (m *Value) Invoke(args ...interface{}) goes.Value
- func (m *Value) Length() int
- func (m *Value) New(args ...interface{}) goes.Value
- func (m *Value) Set(p string, x interface{})
- func (m *Value) SetIndex(i int, x interface{})
- func (m *Value) String() string
- func (m *Value) Truthy() bool
- func (m *Value) Type() goes.Type
- type ValueMockRecorder
- func (mr *ValueMockRecorder) Bool() *gomock.Call
- func (mr *ValueMockRecorder) Call(m interface{}, args ...interface{}) *gomock.Call
- func (mr *ValueMockRecorder) Float() *gomock.Call
- func (mr *ValueMockRecorder) Get(p interface{}) *gomock.Call
- func (mr *ValueMockRecorder) Index(i interface{}) *gomock.Call
- func (mr *ValueMockRecorder) InstanceOf(t interface{}) *gomock.Call
- func (mr *ValueMockRecorder) Int() *gomock.Call
- func (mr *ValueMockRecorder) Invoke(args ...interface{}) *gomock.Call
- func (mr *ValueMockRecorder) Length() *gomock.Call
- func (mr *ValueMockRecorder) New(args ...interface{}) *gomock.Call
- func (mr *ValueMockRecorder) Set(p, x interface{}) *gomock.Call
- func (mr *ValueMockRecorder) SetIndex(i, x interface{}) *gomock.Call
- func (mr *ValueMockRecorder) String() *gomock.Call
- func (mr *ValueMockRecorder) Truthy() *gomock.Call
- func (mr *ValueMockRecorder) Type() *gomock.Call
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 (*Func) EXPECT ¶
func (m *Func) EXPECT() *FuncMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
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) 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
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
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
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 ¶
func (m *MockInstanceOfer) EXPECT() *MockInstanceOferMockRecorder
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
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 ¶
func (m *MockLengther) EXPECT() *MockLengtherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
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
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 ¶
func (m *MockRuntimer) EXPECT() *MockRuntimerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
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 ¶
func (m *MockSetIndexer) EXPECT() *MockSetIndexerMockRecorder
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
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 ¶
func (m *MockStringer) EXPECT() *MockStringerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
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
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
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
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 (*Typer) EXPECT ¶
func (m *Typer) EXPECT() *TyperMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
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 (*Value) EXPECT ¶
func (m *Value) EXPECT() *ValueMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*Value) InstanceOf ¶
InstanceOf 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