Documentation ¶
Overview ¶
Package mock_validator 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) EXPECT ¶
func (m *MockEngine) EXPECT() *MockEngineMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockEngineMockRecorder ¶
type MockEngineMockRecorder struct {
// contains filtered or unexported fields
}
MockEngineMockRecorder is the mock recorder for MockEngine.
func (*MockEngineMockRecorder) Validate ¶
func (mr *MockEngineMockRecorder) Validate(address, from, proof, payload, validators interface{}) *gomock.Call
Validate indicates an expected call of Validate.
type MockLedger ¶
type MockLedger struct {
// contains filtered or unexported fields
}
MockLedger is a mock of Ledger interface.
func NewMockLedger ¶
func NewMockLedger(ctrl *gomock.Controller) *MockLedger
NewMockLedger creates a new mock instance.
func (*MockLedger) EXPECT ¶
func (m *MockLedger) EXPECT() *MockLedgerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockLedgerMockRecorder ¶
type MockLedgerMockRecorder struct {
// contains filtered or unexported fields
}
MockLedgerMockRecorder is the mock recorder for MockLedger.
func (*MockLedgerMockRecorder) GetCode ¶
func (mr *MockLedgerMockRecorder) GetCode(arg0 interface{}) *gomock.Call
GetCode indicates an expected call of GetCode.
type MockValidator ¶
type MockValidator struct {
// contains filtered or unexported fields
}
MockValidator is a mock of Validator interface.
func NewMockValidator ¶
func NewMockValidator(ctrl *gomock.Controller) *MockValidator
NewMockValidator creates a new mock instance.
func (*MockValidator) EXPECT ¶
func (m *MockValidator) EXPECT() *MockValidatorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockValidatorMockRecorder ¶
type MockValidatorMockRecorder struct {
// contains filtered or unexported fields
}
MockValidatorMockRecorder is the mock recorder for MockValidator.
func (*MockValidatorMockRecorder) Verify ¶
func (mr *MockValidatorMockRecorder) Verify(address, from, proof, payload, validators interface{}) *gomock.Call
Verify indicates an expected call of Verify.