testutil

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Nov 1, 2022 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package testutil is a generated GoMock package.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MockBankKeeper

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

MockBankKeeper is a mock of BankKeeper interface.

func NewMockBankKeeper

func NewMockBankKeeper(ctrl *gomock.Controller) *MockBankKeeper

NewMockBankKeeper creates a new mock instance.

func (*MockBankKeeper) EXPECT

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

func (*MockBankKeeper) SendCoinsFromModuleToAccount

func (m *MockBankKeeper) SendCoinsFromModuleToAccount(ctx types1.Context, senderModule string, recipientAddr types1.AccAddress, amt types1.Coins) error

SendCoinsFromModuleToAccount mocks base method.

type MockBankKeeperMockRecorder

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

MockBankKeeperMockRecorder is the mock recorder for MockBankKeeper.

func (*MockBankKeeperMockRecorder) SendCoinsFromModuleToAccount

func (mr *MockBankKeeperMockRecorder) SendCoinsFromModuleToAccount(ctx, senderModule, recipientAddr, amt interface{}) *gomock.Call

SendCoinsFromModuleToAccount indicates an expected call of SendCoinsFromModuleToAccount.

type MockMultisigKeeper

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

MockMultisigKeeper is a mock of MultisigKeeper interface.

func NewMockMultisigKeeper

func NewMockMultisigKeeper(ctrl *gomock.Controller) *MockMultisigKeeper

NewMockMultisigKeeper creates a new mock instance.

func (*MockMultisigKeeper) EXPECT

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

func (*MockMultisigKeeper) GetWallet

func (m *MockMultisigKeeper) GetWallet(ctx types1.Context, address string) (types.Wallet, error)

GetWallet mocks base method.

func (*MockMultisigKeeper) SetWallet

func (m *MockMultisigKeeper) SetWallet(ctx types1.Context, wallet types.Wallet)

SetWallet mocks base method.

type MockMultisigKeeperMockRecorder

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

MockMultisigKeeperMockRecorder is the mock recorder for MockMultisigKeeper.

func (*MockMultisigKeeperMockRecorder) GetWallet

func (mr *MockMultisigKeeperMockRecorder) GetWallet(ctx, address interface{}) *gomock.Call

GetWallet indicates an expected call of GetWallet.

func (*MockMultisigKeeperMockRecorder) SetWallet

func (mr *MockMultisigKeeperMockRecorder) SetWallet(ctx, wallet interface{}) *gomock.Call

SetWallet indicates an expected call of SetWallet.

type MockNftKeeper

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

MockNftKeeper is a mock of NftKeeper interface.

func NewMockNftKeeper

func NewMockNftKeeper(ctrl *gomock.Controller) *MockNftKeeper

NewMockNftKeeper creates a new mock instance.

func (*MockNftKeeper) EXPECT

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

func (*MockNftKeeper) GetSubTokens

func (m *MockNftKeeper) GetSubTokens(ctx types1.Context, id string) []types0.SubToken

GetSubTokens mocks base method.

func (*MockNftKeeper) GetToken

func (m *MockNftKeeper) GetToken(ctx types1.Context, id string) (types0.Token, bool)

GetToken mocks base method.

func (*MockNftKeeper) SetSubToken

func (m *MockNftKeeper) SetSubToken(ctx types1.Context, id string, subToken types0.SubToken)

SetSubToken mocks base method.

type MockNftKeeperMockRecorder

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

MockNftKeeperMockRecorder is the mock recorder for MockNftKeeper.

func (*MockNftKeeperMockRecorder) GetSubTokens

func (mr *MockNftKeeperMockRecorder) GetSubTokens(ctx, id interface{}) *gomock.Call

GetSubTokens indicates an expected call of GetSubTokens.

func (*MockNftKeeperMockRecorder) GetToken

func (mr *MockNftKeeperMockRecorder) GetToken(ctx, id interface{}) *gomock.Call

GetToken indicates an expected call of GetToken.

func (*MockNftKeeperMockRecorder) SetSubToken

func (mr *MockNftKeeperMockRecorder) SetSubToken(ctx, id, subToken interface{}) *gomock.Call

SetSubToken indicates an expected call of SetSubToken.

Jump to

Keyboard shortcuts

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