Documentation
¶
Overview ¶
Package mocksAst is a generated GoMock package.
Index ¶
- type MockIDataContext
- func (m *MockIDataContext) Add(arg0 string, arg1 interface{}) error
- func (m *MockIDataContext) Complete()
- func (m *MockIDataContext) EXPECT() *MockIDataContextMockRecorder
- func (m *MockIDataContext) ExecMethod(arg0 string, arg1 []reflect.Value) (reflect.Value, error)
- func (m *MockIDataContext) GetType(arg0 string) (reflect.Type, error)
- func (m *MockIDataContext) GetValue(arg0 string) (reflect.Value, error)
- func (m *MockIDataContext) HasVariableChange() bool
- func (m *MockIDataContext) IncrementVariableChangeCount()
- func (m *MockIDataContext) IsComplete() bool
- func (m *MockIDataContext) IsRetracted(arg0 string) bool
- func (m *MockIDataContext) Reset()
- func (m *MockIDataContext) ResetVariableChangeCount()
- func (m *MockIDataContext) Retract(arg0 string)
- func (m *MockIDataContext) Retracted() []string
- func (m *MockIDataContext) SetValue(arg0 string, arg1 reflect.Value) error
- type MockIDataContextMockRecorder
- func (mr *MockIDataContextMockRecorder) Add(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIDataContextMockRecorder) Complete() *gomock.Call
- func (mr *MockIDataContextMockRecorder) ExecMethod(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockIDataContextMockRecorder) GetType(arg0 interface{}) *gomock.Call
- func (mr *MockIDataContextMockRecorder) GetValue(arg0 interface{}) *gomock.Call
- func (mr *MockIDataContextMockRecorder) HasVariableChange() *gomock.Call
- func (mr *MockIDataContextMockRecorder) IncrementVariableChangeCount() *gomock.Call
- func (mr *MockIDataContextMockRecorder) IsComplete() *gomock.Call
- func (mr *MockIDataContextMockRecorder) IsRetracted(arg0 interface{}) *gomock.Call
- func (mr *MockIDataContextMockRecorder) Reset() *gomock.Call
- func (mr *MockIDataContextMockRecorder) ResetVariableChangeCount() *gomock.Call
- func (mr *MockIDataContextMockRecorder) Retract(arg0 interface{}) *gomock.Call
- func (mr *MockIDataContextMockRecorder) Retracted() *gomock.Call
- func (mr *MockIDataContextMockRecorder) SetValue(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIDataContext ¶
type MockIDataContext struct {
// contains filtered or unexported fields
}
MockIDataContext is a mock of IDataContext interface
func NewMockIDataContext ¶
func NewMockIDataContext(ctrl *gomock.Controller) *MockIDataContext
NewMockIDataContext creates a new mock instance
func (*MockIDataContext) Add ¶
func (m *MockIDataContext) Add(arg0 string, arg1 interface{}) error
Add mocks base method
func (*MockIDataContext) Complete ¶
func (m *MockIDataContext) Complete()
Complete mocks base method
func (*MockIDataContext) EXPECT ¶
func (m *MockIDataContext) EXPECT() *MockIDataContextMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (*MockIDataContext) ExecMethod ¶
ExecMethod mocks base method
func (*MockIDataContext) GetType ¶
func (m *MockIDataContext) GetType(arg0 string) (reflect.Type, error)
GetType mocks base method
func (*MockIDataContext) GetValue ¶
func (m *MockIDataContext) GetValue(arg0 string) (reflect.Value, error)
GetValue mocks base method
func (*MockIDataContext) HasVariableChange ¶
func (m *MockIDataContext) HasVariableChange() bool
HasVariableChange mocks base method
func (*MockIDataContext) IncrementVariableChangeCount ¶
func (m *MockIDataContext) IncrementVariableChangeCount()
IncrementVariableChangeCount mocks base method
func (*MockIDataContext) IsComplete ¶
func (m *MockIDataContext) IsComplete() bool
IsComplete mocks base method
func (*MockIDataContext) IsRetracted ¶
func (m *MockIDataContext) IsRetracted(arg0 string) bool
IsRetracted mocks base method
func (*MockIDataContext) ResetVariableChangeCount ¶
func (m *MockIDataContext) ResetVariableChangeCount()
ResetVariableChangeCount mocks base method
func (*MockIDataContext) Retract ¶
func (m *MockIDataContext) Retract(arg0 string)
Retract mocks base method
func (*MockIDataContext) Retracted ¶
func (m *MockIDataContext) Retracted() []string
Retracted mocks base method
type MockIDataContextMockRecorder ¶
type MockIDataContextMockRecorder struct {
// contains filtered or unexported fields
}
MockIDataContextMockRecorder is the mock recorder for MockIDataContext
func (*MockIDataContextMockRecorder) Add ¶
func (mr *MockIDataContextMockRecorder) Add(arg0, arg1 interface{}) *gomock.Call
Add indicates an expected call of Add
func (*MockIDataContextMockRecorder) Complete ¶
func (mr *MockIDataContextMockRecorder) Complete() *gomock.Call
Complete indicates an expected call of Complete
func (*MockIDataContextMockRecorder) ExecMethod ¶
func (mr *MockIDataContextMockRecorder) ExecMethod(arg0, arg1 interface{}) *gomock.Call
ExecMethod indicates an expected call of ExecMethod
func (*MockIDataContextMockRecorder) GetType ¶
func (mr *MockIDataContextMockRecorder) GetType(arg0 interface{}) *gomock.Call
GetType indicates an expected call of GetType
func (*MockIDataContextMockRecorder) GetValue ¶
func (mr *MockIDataContextMockRecorder) GetValue(arg0 interface{}) *gomock.Call
GetValue indicates an expected call of GetValue
func (*MockIDataContextMockRecorder) HasVariableChange ¶
func (mr *MockIDataContextMockRecorder) HasVariableChange() *gomock.Call
HasVariableChange indicates an expected call of HasVariableChange
func (*MockIDataContextMockRecorder) IncrementVariableChangeCount ¶
func (mr *MockIDataContextMockRecorder) IncrementVariableChangeCount() *gomock.Call
IncrementVariableChangeCount indicates an expected call of IncrementVariableChangeCount
func (*MockIDataContextMockRecorder) IsComplete ¶
func (mr *MockIDataContextMockRecorder) IsComplete() *gomock.Call
IsComplete indicates an expected call of IsComplete
func (*MockIDataContextMockRecorder) IsRetracted ¶
func (mr *MockIDataContextMockRecorder) IsRetracted(arg0 interface{}) *gomock.Call
IsRetracted indicates an expected call of IsRetracted
func (*MockIDataContextMockRecorder) Reset ¶
func (mr *MockIDataContextMockRecorder) Reset() *gomock.Call
Reset indicates an expected call of Reset
func (*MockIDataContextMockRecorder) ResetVariableChangeCount ¶
func (mr *MockIDataContextMockRecorder) ResetVariableChangeCount() *gomock.Call
ResetVariableChangeCount indicates an expected call of ResetVariableChangeCount
func (*MockIDataContextMockRecorder) Retract ¶
func (mr *MockIDataContextMockRecorder) Retract(arg0 interface{}) *gomock.Call
Retract indicates an expected call of Retract
func (*MockIDataContextMockRecorder) Retracted ¶
func (mr *MockIDataContextMockRecorder) Retracted() *gomock.Call
Retracted indicates an expected call of Retracted
func (*MockIDataContextMockRecorder) SetValue ¶
func (mr *MockIDataContextMockRecorder) SetValue(arg0, arg1 interface{}) *gomock.Call
SetValue indicates an expected call of SetValue