mock

package
v2.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 17, 2022 License: MIT Imports: 7 Imported by: 0

Documentation

Overview

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Package mock is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockDistributionKeeper

type MockDistributionKeeper struct {
	// contains filtered or unexported fields
}

MockDistributionKeeper is a mock of DistributionKeeper interface.

func NewMockDistributionKeeper

func NewMockDistributionKeeper(ctrl *gomock.Controller) *MockDistributionKeeper

NewMockDistributionKeeper creates a new mock instance.

func (*MockDistributionKeeper) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockDistributionKeeper) FundCommunityPool

func (m *MockDistributionKeeper) FundCommunityPool(arg0 types.Context, arg1 types.Coins, arg2 types.AccAddress) error

FundCommunityPool mocks base method.

type MockDistributionKeeperMockRecorder

type MockDistributionKeeperMockRecorder struct {
	// contains filtered or unexported fields
}

MockDistributionKeeperMockRecorder is the mock recorder for MockDistributionKeeper.

func (*MockDistributionKeeperMockRecorder) FundCommunityPool

func (mr *MockDistributionKeeperMockRecorder) FundCommunityPool(arg0, arg1, arg2 interface{}) *gomock.Call

FundCommunityPool indicates an expected call of FundCommunityPool.

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

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) 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.

type MockTransferKeeper

type MockTransferKeeper struct {
	// contains filtered or unexported fields
}

MockTransferKeeper is a mock of TransferKeeper interface.

func NewMockTransferKeeper

func NewMockTransferKeeper(ctrl *gomock.Controller) *MockTransferKeeper

NewMockTransferKeeper creates a new mock instance.

func (*MockTransferKeeper) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockTransferKeeper) SendTransfer

func (m *MockTransferKeeper) SendTransfer(arg0 types.Context, arg1, arg2 string, arg3 types.Coin, arg4 types.AccAddress, arg5 string, arg6 types0.Height, arg7 uint64) error

SendTransfer mocks base method.

type MockTransferKeeperMockRecorder

type MockTransferKeeperMockRecorder struct {
	// contains filtered or unexported fields
}

MockTransferKeeperMockRecorder is the mock recorder for MockTransferKeeper.

func (*MockTransferKeeperMockRecorder) SendTransfer

func (mr *MockTransferKeeperMockRecorder) SendTransfer(arg0, arg1, arg2, arg3, arg4, arg5, arg6, arg7 interface{}) *gomock.Call

SendTransfer indicates an expected call of SendTransfer.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL