Documentation
¶
Overview ¶
Package luxmock is a generated GoMock package.
Package luxmock is a generated GoMock package.
Index ¶
- type MockTransferableIn
- func (m *MockTransferableIn) Amount() uint64
- func (m *MockTransferableIn) Cost() (uint64, error)
- func (m *MockTransferableIn) EXPECT() *MockTransferableInMockRecorder
- func (m *MockTransferableIn) InitRuntime(arg0 *runtime.Runtime)
- func (m *MockTransferableIn) InitializeWithContext(ctx context.Context) error
- func (m *MockTransferableIn) Verify() error
- type MockTransferableInMockRecorder
- func (mr *MockTransferableInMockRecorder) Amount() *gomock.Call
- func (mr *MockTransferableInMockRecorder) Cost() *gomock.Call
- func (mr *MockTransferableInMockRecorder) InitRuntime(arg0 any) *gomock.Call
- func (mr *MockTransferableInMockRecorder) InitializeWithContext(ctx interface{}) *gomock.Call
- func (mr *MockTransferableInMockRecorder) Verify() *gomock.Call
- type MockTransferableOut
- func (m *MockTransferableOut) Amount() uint64
- func (m *MockTransferableOut) EXPECT() *MockTransferableOutMockRecorder
- func (m *MockTransferableOut) InitRuntime(arg0 *runtime.Runtime)
- func (m *MockTransferableOut) InitializeWithContext(ctx context.Context) error
- func (m *MockTransferableOut) Verify() error
- type MockTransferableOutMockRecorder
- func (mr *MockTransferableOutMockRecorder) Amount() *gomock.Call
- func (mr *MockTransferableOutMockRecorder) InitRuntime(arg0 any) *gomock.Call
- func (mr *MockTransferableOutMockRecorder) InitializeWithContext(ctx interface{}) *gomock.Call
- func (mr *MockTransferableOutMockRecorder) Verify() *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockTransferableIn ¶
type MockTransferableIn struct {
// contains filtered or unexported fields
}
MockTransferableIn is a mock of TransferableIn interface.
func NewMockTransferableIn ¶
func NewMockTransferableIn(ctrl *gomock.Controller) *MockTransferableIn
NewMockTransferableIn creates a new mock instance.
func (*MockTransferableIn) Amount ¶
func (m *MockTransferableIn) Amount() uint64
Amount mocks base method.
func (*MockTransferableIn) Cost ¶
func (m *MockTransferableIn) Cost() (uint64, error)
Cost mocks base method.
func (*MockTransferableIn) EXPECT ¶
func (m *MockTransferableIn) EXPECT() *MockTransferableInMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockTransferableIn) InitRuntime ¶
func (m *MockTransferableIn) InitRuntime(arg0 *runtime.Runtime)
InitRuntime mocks base method.
func (*MockTransferableIn) InitializeWithContext ¶
func (m *MockTransferableIn) InitializeWithContext(ctx context.Context) error
InitializeWithContext mocks base method.
func (*MockTransferableIn) Verify ¶
func (m *MockTransferableIn) Verify() error
Verify mocks base method.
type MockTransferableInMockRecorder ¶
type MockTransferableInMockRecorder struct {
// contains filtered or unexported fields
}
MockTransferableInMockRecorder is the mock recorder for MockTransferableIn.
func (*MockTransferableInMockRecorder) Amount ¶
func (mr *MockTransferableInMockRecorder) Amount() *gomock.Call
Amount indicates an expected call of Amount.
func (*MockTransferableInMockRecorder) Cost ¶
func (mr *MockTransferableInMockRecorder) Cost() *gomock.Call
Cost indicates an expected call of Cost.
func (*MockTransferableInMockRecorder) InitRuntime ¶
func (mr *MockTransferableInMockRecorder) InitRuntime(arg0 any) *gomock.Call
InitRuntime indicates an expected call of InitRuntime.
func (*MockTransferableInMockRecorder) InitializeWithContext ¶
func (mr *MockTransferableInMockRecorder) InitializeWithContext(ctx interface{}) *gomock.Call
InitializeWithContext indicates an expected call of InitializeWithContext.
func (*MockTransferableInMockRecorder) Verify ¶
func (mr *MockTransferableInMockRecorder) Verify() *gomock.Call
Verify indicates an expected call of Verify.
type MockTransferableOut ¶
MockTransferableOut is a mock of TransferableOut interface.
func NewMockTransferableOut ¶
func NewMockTransferableOut(ctrl *gomock.Controller) *MockTransferableOut
NewMockTransferableOut creates a new mock instance.
func (*MockTransferableOut) Amount ¶
func (m *MockTransferableOut) Amount() uint64
Amount mocks base method.
func (*MockTransferableOut) EXPECT ¶
func (m *MockTransferableOut) EXPECT() *MockTransferableOutMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockTransferableOut) InitRuntime ¶
func (m *MockTransferableOut) InitRuntime(arg0 *runtime.Runtime)
InitRuntime mocks base method.
func (*MockTransferableOut) InitializeWithContext ¶
func (m *MockTransferableOut) InitializeWithContext(ctx context.Context) error
InitializeWithContext mocks base method.
func (*MockTransferableOut) Verify ¶
func (m *MockTransferableOut) Verify() error
Verify mocks base method.
type MockTransferableOutMockRecorder ¶
type MockTransferableOutMockRecorder struct {
// contains filtered or unexported fields
}
MockTransferableOutMockRecorder is the mock recorder for MockTransferableOut.
func (*MockTransferableOutMockRecorder) Amount ¶
func (mr *MockTransferableOutMockRecorder) Amount() *gomock.Call
Amount indicates an expected call of Amount.
func (*MockTransferableOutMockRecorder) InitRuntime ¶
func (mr *MockTransferableOutMockRecorder) InitRuntime(arg0 any) *gomock.Call
InitRuntime indicates an expected call of InitRuntime.
func (*MockTransferableOutMockRecorder) InitializeWithContext ¶
func (mr *MockTransferableOutMockRecorder) InitializeWithContext(ctx interface{}) *gomock.Call
InitializeWithContext indicates an expected call of InitializeWithContext.
func (*MockTransferableOutMockRecorder) Verify ¶
func (mr *MockTransferableOutMockRecorder) Verify() *gomock.Call
Verify indicates an expected call of Verify.