Documentation ¶
Overview ¶
Package mock_bridge is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockVoter ¶
type MockVoter struct {
// contains filtered or unexported fields
}
MockVoter is a mock of Voter interface.
func NewMockVoter ¶
func NewMockVoter(ctrl *gomock.Controller) *MockVoter
NewMockVoter creates a new mock instance.
func (*MockVoter) EXPECT ¶
func (m *MockVoter) EXPECT() *MockVoterMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockVoter) SimulateVoteProposal ¶
SimulateVoteProposal mocks base method.
func (*MockVoter) VoteProposal ¶
func (m *MockVoter) VoteProposal(proposal *proposal.Proposal, opts transactor.TransactOptions) (*common.Hash, error)
VoteProposal mocks base method.
type MockVoterMockRecorder ¶
type MockVoterMockRecorder struct {
// contains filtered or unexported fields
}
MockVoterMockRecorder is the mock recorder for MockVoter.
func (*MockVoterMockRecorder) SimulateVoteProposal ¶
func (mr *MockVoterMockRecorder) SimulateVoteProposal(proposal interface{}) *gomock.Call
SimulateVoteProposal indicates an expected call of SimulateVoteProposal.
func (*MockVoterMockRecorder) VoteProposal ¶
func (mr *MockVoterMockRecorder) VoteProposal(proposal, opts interface{}) *gomock.Call
VoteProposal indicates an expected call of VoteProposal.
Click to show internal directories.
Click to hide internal directories.