Documentation ¶
Overview ¶
Package mock_types is a generated GoMock package.
Index ¶
- type MockIBCModule
- func (m *MockIBCModule) EXPECT() *MockIBCModuleMockRecorder
- func (m *MockIBCModule) OnAcknowledgementPacket(arg0 types.Context, arg1 types1.Packet, arg2 []byte, arg3 types.AccAddress) error
- func (m *MockIBCModule) OnChanCloseConfirm(arg0 types.Context, arg1, arg2 string) error
- func (m *MockIBCModule) OnChanCloseInit(arg0 types.Context, arg1, arg2 string) error
- func (m *MockIBCModule) OnChanOpenAck(arg0 types.Context, arg1, arg2, arg3, arg4 string) error
- func (m *MockIBCModule) OnChanOpenConfirm(arg0 types.Context, arg1, arg2 string) error
- func (m *MockIBCModule) OnChanOpenInit(arg0 types.Context, arg1 types1.Order, arg2 []string, arg3, arg4 string, ...) (string, error)
- func (m *MockIBCModule) OnChanOpenTry(arg0 types.Context, arg1 types1.Order, arg2 []string, arg3, arg4 string, ...) (string, error)
- func (m *MockIBCModule) OnRecvPacket(arg0 types.Context, arg1 types1.Packet, arg2 types.AccAddress) exported.Acknowledgement
- func (m *MockIBCModule) OnTimeoutPacket(arg0 types.Context, arg1 types1.Packet, arg2 types.AccAddress) error
- type MockIBCModuleMockRecorder
- func (mr *MockIBCModuleMockRecorder) OnAcknowledgementPacket(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockIBCModuleMockRecorder) OnChanCloseConfirm(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockIBCModuleMockRecorder) OnChanCloseInit(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockIBCModuleMockRecorder) OnChanOpenAck(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
- func (mr *MockIBCModuleMockRecorder) OnChanOpenConfirm(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockIBCModuleMockRecorder) OnChanOpenInit(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
- func (mr *MockIBCModuleMockRecorder) OnChanOpenTry(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
- func (mr *MockIBCModuleMockRecorder) OnRecvPacket(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockIBCModuleMockRecorder) OnTimeoutPacket(arg0, arg1, arg2 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockIBCModule ¶
type MockIBCModule struct {
// contains filtered or unexported fields
}
MockIBCModule is a mock of IBCModule interface.
func NewMockIBCModule ¶
func NewMockIBCModule(ctrl *gomock.Controller) *MockIBCModule
NewMockIBCModule creates a new mock instance.
func (*MockIBCModule) EXPECT ¶
func (m *MockIBCModule) EXPECT() *MockIBCModuleMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockIBCModule) OnAcknowledgementPacket ¶
func (m *MockIBCModule) OnAcknowledgementPacket(arg0 types.Context, arg1 types1.Packet, arg2 []byte, arg3 types.AccAddress) error
OnAcknowledgementPacket mocks base method.
func (*MockIBCModule) OnChanCloseConfirm ¶
func (m *MockIBCModule) OnChanCloseConfirm(arg0 types.Context, arg1, arg2 string) error
OnChanCloseConfirm mocks base method.
func (*MockIBCModule) OnChanCloseInit ¶
func (m *MockIBCModule) OnChanCloseInit(arg0 types.Context, arg1, arg2 string) error
OnChanCloseInit mocks base method.
func (*MockIBCModule) OnChanOpenAck ¶
func (m *MockIBCModule) OnChanOpenAck(arg0 types.Context, arg1, arg2, arg3, arg4 string) error
OnChanOpenAck mocks base method.
func (*MockIBCModule) OnChanOpenConfirm ¶
func (m *MockIBCModule) OnChanOpenConfirm(arg0 types.Context, arg1, arg2 string) error
OnChanOpenConfirm mocks base method.
func (*MockIBCModule) OnChanOpenInit ¶
func (m *MockIBCModule) OnChanOpenInit(arg0 types.Context, arg1 types1.Order, arg2 []string, arg3, arg4 string, arg5 *types0.Capability, arg6 types1.Counterparty, arg7 string) (string, error)
OnChanOpenInit mocks base method.
func (*MockIBCModule) OnChanOpenTry ¶
func (m *MockIBCModule) OnChanOpenTry(arg0 types.Context, arg1 types1.Order, arg2 []string, arg3, arg4 string, arg5 *types0.Capability, arg6 types1.Counterparty, arg7 string) (string, error)
OnChanOpenTry mocks base method.
func (*MockIBCModule) OnRecvPacket ¶
func (m *MockIBCModule) OnRecvPacket(arg0 types.Context, arg1 types1.Packet, arg2 types.AccAddress) exported.Acknowledgement
OnRecvPacket mocks base method.
func (*MockIBCModule) OnTimeoutPacket ¶
func (m *MockIBCModule) OnTimeoutPacket(arg0 types.Context, arg1 types1.Packet, arg2 types.AccAddress) error
OnTimeoutPacket mocks base method.
type MockIBCModuleMockRecorder ¶
type MockIBCModuleMockRecorder struct {
// contains filtered or unexported fields
}
MockIBCModuleMockRecorder is the mock recorder for MockIBCModule.
func (*MockIBCModuleMockRecorder) OnAcknowledgementPacket ¶
func (mr *MockIBCModuleMockRecorder) OnAcknowledgementPacket(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
OnAcknowledgementPacket indicates an expected call of OnAcknowledgementPacket.
func (*MockIBCModuleMockRecorder) OnChanCloseConfirm ¶
func (mr *MockIBCModuleMockRecorder) OnChanCloseConfirm(arg0, arg1, arg2 interface{}) *gomock.Call
OnChanCloseConfirm indicates an expected call of OnChanCloseConfirm.
func (*MockIBCModuleMockRecorder) OnChanCloseInit ¶
func (mr *MockIBCModuleMockRecorder) OnChanCloseInit(arg0, arg1, arg2 interface{}) *gomock.Call
OnChanCloseInit indicates an expected call of OnChanCloseInit.
func (*MockIBCModuleMockRecorder) OnChanOpenAck ¶
func (mr *MockIBCModuleMockRecorder) OnChanOpenAck(arg0, arg1, arg2, arg3, arg4 interface{}) *gomock.Call
OnChanOpenAck indicates an expected call of OnChanOpenAck.
func (*MockIBCModuleMockRecorder) OnChanOpenConfirm ¶
func (mr *MockIBCModuleMockRecorder) OnChanOpenConfirm(arg0, arg1, arg2 interface{}) *gomock.Call
OnChanOpenConfirm indicates an expected call of OnChanOpenConfirm.
func (*MockIBCModuleMockRecorder) OnChanOpenInit ¶
func (mr *MockIBCModuleMockRecorder) OnChanOpenInit(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
OnChanOpenInit indicates an expected call of OnChanOpenInit.
func (*MockIBCModuleMockRecorder) OnChanOpenTry ¶
func (mr *MockIBCModuleMockRecorder) OnChanOpenTry(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call
OnChanOpenTry indicates an expected call of OnChanOpenTry.
func (*MockIBCModuleMockRecorder) OnRecvPacket ¶
func (mr *MockIBCModuleMockRecorder) OnRecvPacket(arg0, arg1, arg2 interface{}) *gomock.Call
OnRecvPacket indicates an expected call of OnRecvPacket.
func (*MockIBCModuleMockRecorder) OnTimeoutPacket ¶
func (mr *MockIBCModuleMockRecorder) OnTimeoutPacket(arg0, arg1, arg2 interface{}) *gomock.Call
OnTimeoutPacket indicates an expected call of OnTimeoutPacket.