import "github.com/iotexproject/iotex-core/test/mock/mock_dispatcher"
Package mock_dispatcher is a generated GoMock package.
type MockDispatcher struct {
// contains filtered or unexported fields
}
MockDispatcher is a mock of Dispatcher interface
func NewMockDispatcher(ctrl *gomock.Controller) *MockDispatcher
NewMockDispatcher creates a new mock instance
func (m *MockDispatcher) AddSubscriber(arg0 uint32, arg1 dispatcher.Subscriber)
AddSubscriber mocks base method
func (m *MockDispatcher) EXPECT() *MockDispatcherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
HandleBroadcast mocks base method
func (m *MockDispatcher) HandleTell(arg0 context.Context, arg1 uint32, arg2 go_libp2p_peerstore.PeerInfo, arg3 proto.Message)
HandleTell mocks base method
func (m *MockDispatcher) Start(arg0 context.Context) error
Start mocks base method
func (m *MockDispatcher) Stop(arg0 context.Context) error
Stop mocks base method
type MockDispatcherMockRecorder struct {
// contains filtered or unexported fields
}
MockDispatcherMockRecorder is the mock recorder for MockDispatcher
func (mr *MockDispatcherMockRecorder) AddSubscriber(arg0, arg1 interface{}) *gomock.Call
AddSubscriber indicates an expected call of AddSubscriber
func (mr *MockDispatcherMockRecorder) HandleBroadcast(arg0, arg1, arg2 interface{}) *gomock.Call
HandleBroadcast indicates an expected call of HandleBroadcast
func (mr *MockDispatcherMockRecorder) HandleTell(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
HandleTell indicates an expected call of HandleTell
func (mr *MockDispatcherMockRecorder) Start(arg0 interface{}) *gomock.Call
Start indicates an expected call of Start
func (mr *MockDispatcherMockRecorder) Stop(arg0 interface{}) *gomock.Call
Stop indicates an expected call of Stop
type MockSubscriber struct {
// contains filtered or unexported fields
}
MockSubscriber is a mock of Subscriber interface
func NewMockSubscriber(ctrl *gomock.Controller) *MockSubscriber
NewMockSubscriber creates a new mock instance
func (m *MockSubscriber) EXPECT() *MockSubscriberMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
func (m *MockSubscriber) HandleAction(arg0 context.Context, arg1 *iotextypes.Action) error
HandleAction mocks base method
func (m *MockSubscriber) HandleBlock(arg0 context.Context, arg1 *iotextypes.Block) error
HandleBlock mocks base method
func (m *MockSubscriber) HandleBlockSync(arg0 context.Context, arg1 *iotextypes.Block) error
HandleBlockSync mocks base method
func (m *MockSubscriber) HandleConsensusMsg(arg0 *iotextypes.ConsensusMessage) error
HandleConsensusMsg mocks base method
func (m *MockSubscriber) HandleSyncRequest(arg0 context.Context, arg1 go_libp2p_peerstore.PeerInfo, arg2 *iotexrpc.BlockSync) error
HandleSyncRequest mocks base method
type MockSubscriberMockRecorder struct {
// contains filtered or unexported fields
}
MockSubscriberMockRecorder is the mock recorder for MockSubscriber
func (mr *MockSubscriberMockRecorder) HandleAction(arg0, arg1 interface{}) *gomock.Call
HandleAction indicates an expected call of HandleAction
func (mr *MockSubscriberMockRecorder) HandleBlock(arg0, arg1 interface{}) *gomock.Call
HandleBlock indicates an expected call of HandleBlock
func (mr *MockSubscriberMockRecorder) HandleBlockSync(arg0, arg1 interface{}) *gomock.Call
HandleBlockSync indicates an expected call of HandleBlockSync
func (mr *MockSubscriberMockRecorder) HandleConsensusMsg(arg0 interface{}) *gomock.Call
HandleConsensusMsg indicates an expected call of HandleConsensusMsg
func (mr *MockSubscriberMockRecorder) HandleSyncRequest(arg0, arg1, arg2 interface{}) *gomock.Call
HandleSyncRequest indicates an expected call of HandleSyncRequest
Package mock_dispatcher imports 8 packages (graph). Updated 2019-12-06. Refresh now. Tools for package owners.