mock

package
v7.3.0-rc3 Latest Latest
Warning

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

Go to latest
Published: May 31, 2024 License: Apache-2.0 Imports: 16 Imported by: 0

Documentation

Overview

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 MockAccountKeeper

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

MockAccountKeeper is a mock of AccountKeeper interface.

func NewMockAccountKeeper

func NewMockAccountKeeper(ctrl *gomock.Controller) *MockAccountKeeper

NewMockAccountKeeper creates a new mock instance.

func (*MockAccountKeeper) EXPECT

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

func (*MockAccountKeeper) GetAccount

func (m *MockAccountKeeper) GetAccount(ctx types.Context, addr types.AccAddress) types0.AccountI

GetAccount mocks base method.

func (*MockAccountKeeper) GetModuleAddress

func (m *MockAccountKeeper) GetModuleAddress(name string) types.AccAddress

GetModuleAddress mocks base method.

func (*MockAccountKeeper) NewAccountWithAddress

func (m *MockAccountKeeper) NewAccountWithAddress(ctx types.Context, addr types.AccAddress) types0.AccountI

NewAccountWithAddress mocks base method.

type MockAccountKeeperMockRecorder

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

MockAccountKeeperMockRecorder is the mock recorder for MockAccountKeeper.

func (*MockAccountKeeperMockRecorder) GetAccount

func (mr *MockAccountKeeperMockRecorder) GetAccount(ctx, addr any) *gomock.Call

GetAccount indicates an expected call of GetAccount.

func (*MockAccountKeeperMockRecorder) GetModuleAddress

func (mr *MockAccountKeeperMockRecorder) GetModuleAddress(name any) *gomock.Call

GetModuleAddress indicates an expected call of GetModuleAddress.

func (*MockAccountKeeperMockRecorder) NewAccountWithAddress

func (mr *MockAccountKeeperMockRecorder) NewAccountWithAddress(ctx, addr any) *gomock.Call

NewAccountWithAddress indicates an expected call of NewAccountWithAddress.

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

func (m *MockBankKeeper) BurnCoins(ctx types.Context, name string, amt types.Coins) error

BurnCoins mocks base method.

func (*MockBankKeeper) EXPECT

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

func (*MockBankKeeper) GetAllBalances

func (m *MockBankKeeper) GetAllBalances(ctx types.Context, addr types.AccAddress) types.Coins

GetAllBalances mocks base method.

func (*MockBankKeeper) GetSupply

func (m *MockBankKeeper) GetSupply(ctx types.Context, denom string) types.Coin

GetSupply mocks base method.

func (*MockBankKeeper) HasBalance

func (m *MockBankKeeper) HasBalance(ctx types.Context, addr types.AccAddress, amt types.Coin) bool

HasBalance mocks base method.

func (*MockBankKeeper) HasDenomMetaData

func (m *MockBankKeeper) HasDenomMetaData(ctx types.Context, denom string) bool

HasDenomMetaData mocks base method.

func (*MockBankKeeper) IterateAllDenomMetaData

func (m *MockBankKeeper) IterateAllDenomMetaData(ctx types.Context, cb func(types1.Metadata) bool)

IterateAllDenomMetaData mocks base method.

func (*MockBankKeeper) MintCoins

func (m *MockBankKeeper) MintCoins(ctx types.Context, name string, amt types.Coins) error

MintCoins mocks base method.

func (*MockBankKeeper) SendCoins

func (m *MockBankKeeper) SendCoins(ctx types.Context, fromAddr, toAddr types.AccAddress, amt types.Coins) error

SendCoins mocks base method.

func (*MockBankKeeper) SendCoinsFromAccountToModule

func (m *MockBankKeeper) SendCoinsFromAccountToModule(ctx types.Context, senderAddr types.AccAddress, recipientModule string, amt types.Coins) error

SendCoinsFromAccountToModule mocks base method.

func (*MockBankKeeper) SendCoinsFromModuleToAccount

func (m *MockBankKeeper) SendCoinsFromModuleToAccount(ctx types.Context, senderModule string, recipientAddr types.AccAddress, amt types.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) BurnCoins

func (mr *MockBankKeeperMockRecorder) BurnCoins(ctx, name, amt any) *gomock.Call

BurnCoins indicates an expected call of BurnCoins.

func (*MockBankKeeperMockRecorder) GetAllBalances

func (mr *MockBankKeeperMockRecorder) GetAllBalances(ctx, addr any) *gomock.Call

GetAllBalances indicates an expected call of GetAllBalances.

func (*MockBankKeeperMockRecorder) GetSupply

func (mr *MockBankKeeperMockRecorder) GetSupply(ctx, denom any) *gomock.Call

GetSupply indicates an expected call of GetSupply.

func (*MockBankKeeperMockRecorder) HasBalance

func (mr *MockBankKeeperMockRecorder) HasBalance(ctx, addr, amt any) *gomock.Call

HasBalance indicates an expected call of HasBalance.

func (*MockBankKeeperMockRecorder) HasDenomMetaData

func (mr *MockBankKeeperMockRecorder) HasDenomMetaData(ctx, denom any) *gomock.Call

HasDenomMetaData indicates an expected call of HasDenomMetaData.

func (*MockBankKeeperMockRecorder) IterateAllDenomMetaData

func (mr *MockBankKeeperMockRecorder) IterateAllDenomMetaData(ctx, cb any) *gomock.Call

IterateAllDenomMetaData indicates an expected call of IterateAllDenomMetaData.

func (*MockBankKeeperMockRecorder) MintCoins

func (mr *MockBankKeeperMockRecorder) MintCoins(ctx, name, amt any) *gomock.Call

MintCoins indicates an expected call of MintCoins.

func (*MockBankKeeperMockRecorder) SendCoins

func (mr *MockBankKeeperMockRecorder) SendCoins(ctx, fromAddr, toAddr, amt any) *gomock.Call

SendCoins indicates an expected call of SendCoins.

func (*MockBankKeeperMockRecorder) SendCoinsFromAccountToModule

func (mr *MockBankKeeperMockRecorder) SendCoinsFromAccountToModule(ctx, senderAddr, recipientModule, amt any) *gomock.Call

SendCoinsFromAccountToModule indicates an expected call of SendCoinsFromAccountToModule.

func (*MockBankKeeperMockRecorder) SendCoinsFromModuleToAccount

func (mr *MockBankKeeperMockRecorder) SendCoinsFromModuleToAccount(ctx, senderModule, recipientAddr, amt any) *gomock.Call

SendCoinsFromModuleToAccount indicates an expected call of SendCoinsFromModuleToAccount.

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

GetDelegatorStartingInfo mocks base method.

type MockDistributionKeeperMockRecorder

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

MockDistributionKeeperMockRecorder is the mock recorder for MockDistributionKeeper.

func (*MockDistributionKeeperMockRecorder) GetDelegatorStartingInfo

func (mr *MockDistributionKeeperMockRecorder) GetDelegatorStartingInfo(ctx, val, del any) *gomock.Call

GetDelegatorStartingInfo indicates an expected call of GetDelegatorStartingInfo.

type MockDistributionMsgServer

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

MockDistributionMsgServer is a mock of DistributionMsgServer interface.

func NewMockDistributionMsgServer

func NewMockDistributionMsgServer(ctrl *gomock.Controller) *MockDistributionMsgServer

NewMockDistributionMsgServer creates a new mock instance.

func (*MockDistributionMsgServer) EXPECT

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

func (*MockDistributionMsgServer) WithdrawDelegatorReward

WithdrawDelegatorReward mocks base method.

type MockDistributionMsgServerMockRecorder

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

MockDistributionMsgServerMockRecorder is the mock recorder for MockDistributionMsgServer.

func (*MockDistributionMsgServerMockRecorder) WithdrawDelegatorReward

func (mr *MockDistributionMsgServerMockRecorder) WithdrawDelegatorReward(goCtx, msg any) *gomock.Call

WithdrawDelegatorReward indicates an expected call of WithdrawDelegatorReward.

type MockEVMKeeper

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

MockEVMKeeper is a mock of EVMKeeper interface.

func NewMockEVMKeeper

func NewMockEVMKeeper(ctrl *gomock.Controller) *MockEVMKeeper

NewMockEVMKeeper creates a new mock instance.

func (*MockEVMKeeper) CallEVM

func (m *MockEVMKeeper) CallEVM(ctx types.Context, from common.Address, contract *common.Address, value *big.Int, gasLimit uint64, data []byte, commit bool) (*types6.MsgEthereumTxResponse, error)

CallEVM mocks base method.

func (*MockEVMKeeper) EXPECT

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

func (*MockEVMKeeper) IsContract

func (m *MockEVMKeeper) IsContract(ctx types.Context, account common.Address) bool

IsContract mocks base method.

type MockEVMKeeperMockRecorder

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

MockEVMKeeperMockRecorder is the mock recorder for MockEVMKeeper.

func (*MockEVMKeeperMockRecorder) CallEVM

func (mr *MockEVMKeeperMockRecorder) CallEVM(ctx, from, contract, value, gasLimit, data, commit any) *gomock.Call

CallEVM indicates an expected call of CallEVM.

func (*MockEVMKeeperMockRecorder) IsContract

func (mr *MockEVMKeeperMockRecorder) IsContract(ctx, account any) *gomock.Call

IsContract indicates an expected call of IsContract.

type MockErc20Keeper

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

MockErc20Keeper is a mock of Erc20Keeper interface.

func NewMockErc20Keeper

func NewMockErc20Keeper(ctrl *gomock.Controller) *MockErc20Keeper

NewMockErc20Keeper creates a new mock instance.

func (*MockErc20Keeper) ConvertCoin

ConvertCoin mocks base method.

func (*MockErc20Keeper) ConvertDenomToTarget

func (m *MockErc20Keeper) ConvertDenomToTarget(ctx types.Context, from types.AccAddress, coin types.Coin, fxTarget types7.FxTarget) (types.Coin, error)

ConvertDenomToTarget mocks base method.

func (*MockErc20Keeper) DeleteOutgoingTransferRelation

func (m *MockErc20Keeper) DeleteOutgoingTransferRelation(ctx types.Context, moduleName string, txID uint64)

DeleteOutgoingTransferRelation mocks base method.

func (*MockErc20Keeper) EXPECT

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

func (*MockErc20Keeper) GetTokenPair

func (m *MockErc20Keeper) GetTokenPair(ctx types.Context, tokenOrDenom string) (types9.TokenPair, bool)

GetTokenPair mocks base method.

func (*MockErc20Keeper) HasOutgoingTransferRelation

func (m *MockErc20Keeper) HasOutgoingTransferRelation(ctx types.Context, moduleName string, txID uint64) bool

HasOutgoingTransferRelation mocks base method.

func (*MockErc20Keeper) HookOutgoingRefund

func (m *MockErc20Keeper) HookOutgoingRefund(ctx types.Context, moduleName string, txID uint64, sender types.AccAddress, totalCoin types.Coin) error

HookOutgoingRefund mocks base method.

func (*MockErc20Keeper) IsOriginOrConvertedDenom

func (m *MockErc20Keeper) IsOriginOrConvertedDenom(ctx types.Context, denom string) bool

IsOriginOrConvertedDenom mocks base method.

func (*MockErc20Keeper) SetOutgoingTransferRelation

func (m *MockErc20Keeper) SetOutgoingTransferRelation(ctx types.Context, moduleName string, txID uint64)

SetOutgoingTransferRelation mocks base method.

func (*MockErc20Keeper) ToTargetDenom

func (m *MockErc20Keeper) ToTargetDenom(ctx types.Context, denom, base string, aliases []string, fxTarget types7.FxTarget) string

ToTargetDenom mocks base method.

func (*MockErc20Keeper) TransferAfter

func (m *MockErc20Keeper) TransferAfter(ctx types.Context, sender types.AccAddress, receive string, coin, fee types.Coin, arg5, arg6 bool) error

TransferAfter mocks base method.

type MockErc20KeeperMockRecorder

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

MockErc20KeeperMockRecorder is the mock recorder for MockErc20Keeper.

func (*MockErc20KeeperMockRecorder) ConvertCoin

func (mr *MockErc20KeeperMockRecorder) ConvertCoin(goCtx, msg any) *gomock.Call

ConvertCoin indicates an expected call of ConvertCoin.

func (*MockErc20KeeperMockRecorder) ConvertDenomToTarget

func (mr *MockErc20KeeperMockRecorder) ConvertDenomToTarget(ctx, from, coin, fxTarget any) *gomock.Call

ConvertDenomToTarget indicates an expected call of ConvertDenomToTarget.

func (*MockErc20KeeperMockRecorder) DeleteOutgoingTransferRelation

func (mr *MockErc20KeeperMockRecorder) DeleteOutgoingTransferRelation(ctx, moduleName, txID any) *gomock.Call

DeleteOutgoingTransferRelation indicates an expected call of DeleteOutgoingTransferRelation.

func (*MockErc20KeeperMockRecorder) GetTokenPair

func (mr *MockErc20KeeperMockRecorder) GetTokenPair(ctx, tokenOrDenom any) *gomock.Call

GetTokenPair indicates an expected call of GetTokenPair.

func (*MockErc20KeeperMockRecorder) HasOutgoingTransferRelation

func (mr *MockErc20KeeperMockRecorder) HasOutgoingTransferRelation(ctx, moduleName, txID any) *gomock.Call

HasOutgoingTransferRelation indicates an expected call of HasOutgoingTransferRelation.

func (*MockErc20KeeperMockRecorder) HookOutgoingRefund

func (mr *MockErc20KeeperMockRecorder) HookOutgoingRefund(ctx, moduleName, txID, sender, totalCoin any) *gomock.Call

HookOutgoingRefund indicates an expected call of HookOutgoingRefund.

func (*MockErc20KeeperMockRecorder) IsOriginOrConvertedDenom

func (mr *MockErc20KeeperMockRecorder) IsOriginOrConvertedDenom(ctx, denom any) *gomock.Call

IsOriginOrConvertedDenom indicates an expected call of IsOriginOrConvertedDenom.

func (*MockErc20KeeperMockRecorder) SetOutgoingTransferRelation

func (mr *MockErc20KeeperMockRecorder) SetOutgoingTransferRelation(ctx, moduleName, txID any) *gomock.Call

SetOutgoingTransferRelation indicates an expected call of SetOutgoingTransferRelation.

func (*MockErc20KeeperMockRecorder) ToTargetDenom

func (mr *MockErc20KeeperMockRecorder) ToTargetDenom(ctx, denom, base, aliases, fxTarget any) *gomock.Call

ToTargetDenom indicates an expected call of ToTargetDenom.

func (*MockErc20KeeperMockRecorder) TransferAfter

func (mr *MockErc20KeeperMockRecorder) TransferAfter(ctx, sender, receive, coin, fee, arg5, arg6 any) *gomock.Call

TransferAfter indicates an expected call of TransferAfter.

type MockIBCTransferKeeper

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

MockIBCTransferKeeper is a mock of IBCTransferKeeper interface.

func NewMockIBCTransferKeeper

func NewMockIBCTransferKeeper(ctrl *gomock.Controller) *MockIBCTransferKeeper

NewMockIBCTransferKeeper creates a new mock instance.

func (*MockIBCTransferKeeper) EXPECT

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

func (*MockIBCTransferKeeper) SetDenomTrace

func (m *MockIBCTransferKeeper) SetDenomTrace(ctx types.Context, denomTrace types5.DenomTrace)

SetDenomTrace mocks base method.

func (*MockIBCTransferKeeper) Transfer

Transfer mocks base method.

type MockIBCTransferKeeperMockRecorder

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

MockIBCTransferKeeperMockRecorder is the mock recorder for MockIBCTransferKeeper.

func (*MockIBCTransferKeeperMockRecorder) SetDenomTrace

func (mr *MockIBCTransferKeeperMockRecorder) SetDenomTrace(ctx, denomTrace any) *gomock.Call

SetDenomTrace indicates an expected call of SetDenomTrace.

func (*MockIBCTransferKeeperMockRecorder) Transfer

func (mr *MockIBCTransferKeeperMockRecorder) Transfer(goCtx, msg any) *gomock.Call

Transfer indicates an expected call of Transfer.

type MockStakingKeeper

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

MockStakingKeeper is a mock of StakingKeeper interface.

func NewMockStakingKeeper

func NewMockStakingKeeper(ctrl *gomock.Controller) *MockStakingKeeper

NewMockStakingKeeper creates a new mock instance.

func (*MockStakingKeeper) AfterDelegationModified

func (m *MockStakingKeeper) AfterDelegationModified(ctx types.Context, delAddr types.AccAddress, valAddr types.ValAddress) error

AfterDelegationModified mocks base method.

func (*MockStakingKeeper) BeforeDelegationCreated

func (m *MockStakingKeeper) BeforeDelegationCreated(ctx types.Context, delAddr types.AccAddress, valAddr types.ValAddress) error

BeforeDelegationCreated mocks base method.

func (*MockStakingKeeper) EXPECT

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

func (*MockStakingKeeper) GetBondedValidatorsByPower

func (m *MockStakingKeeper) GetBondedValidatorsByPower(ctx types.Context) []types4.Validator

GetBondedValidatorsByPower mocks base method.

func (*MockStakingKeeper) GetDelegation

func (m *MockStakingKeeper) GetDelegation(ctx types.Context, delAddr types.AccAddress, valAddr types.ValAddress) (types4.Delegation, bool)

GetDelegation mocks base method.

func (*MockStakingKeeper) GetUnbondingDelegation

func (m *MockStakingKeeper) GetUnbondingDelegation(ctx types.Context, delAddr types.AccAddress, valAddr types.ValAddress) (types4.UnbondingDelegation, bool)

GetUnbondingDelegation mocks base method.

func (*MockStakingKeeper) GetValidator

func (m *MockStakingKeeper) GetValidator(ctx types.Context, addr types.ValAddress) (types4.Validator, bool)

GetValidator mocks base method.

func (*MockStakingKeeper) RemoveDelegation

func (m *MockStakingKeeper) RemoveDelegation(ctx types.Context, delegation types4.Delegation) error

RemoveDelegation mocks base method.

type MockStakingKeeperMockRecorder

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

MockStakingKeeperMockRecorder is the mock recorder for MockStakingKeeper.

func (*MockStakingKeeperMockRecorder) AfterDelegationModified

func (mr *MockStakingKeeperMockRecorder) AfterDelegationModified(ctx, delAddr, valAddr any) *gomock.Call

AfterDelegationModified indicates an expected call of AfterDelegationModified.

func (*MockStakingKeeperMockRecorder) BeforeDelegationCreated

func (mr *MockStakingKeeperMockRecorder) BeforeDelegationCreated(ctx, delAddr, valAddr any) *gomock.Call

BeforeDelegationCreated indicates an expected call of BeforeDelegationCreated.

func (*MockStakingKeeperMockRecorder) GetBondedValidatorsByPower

func (mr *MockStakingKeeperMockRecorder) GetBondedValidatorsByPower(ctx any) *gomock.Call

GetBondedValidatorsByPower indicates an expected call of GetBondedValidatorsByPower.

func (*MockStakingKeeperMockRecorder) GetDelegation

func (mr *MockStakingKeeperMockRecorder) GetDelegation(ctx, delAddr, valAddr any) *gomock.Call

GetDelegation indicates an expected call of GetDelegation.

func (*MockStakingKeeperMockRecorder) GetUnbondingDelegation

func (mr *MockStakingKeeperMockRecorder) GetUnbondingDelegation(ctx, delAddr, valAddr any) *gomock.Call

GetUnbondingDelegation indicates an expected call of GetUnbondingDelegation.

func (*MockStakingKeeperMockRecorder) GetValidator

func (mr *MockStakingKeeperMockRecorder) GetValidator(ctx, addr any) *gomock.Call

GetValidator indicates an expected call of GetValidator.

func (*MockStakingKeeperMockRecorder) RemoveDelegation

func (mr *MockStakingKeeperMockRecorder) RemoveDelegation(ctx, delegation any) *gomock.Call

RemoveDelegation indicates an expected call of RemoveDelegation.

type MockStakingMsgServer

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

MockStakingMsgServer is a mock of StakingMsgServer interface.

func NewMockStakingMsgServer

func NewMockStakingMsgServer(ctrl *gomock.Controller) *MockStakingMsgServer

NewMockStakingMsgServer creates a new mock instance.

func (*MockStakingMsgServer) BeginRedelegate

BeginRedelegate mocks base method.

func (*MockStakingMsgServer) Delegate

Delegate mocks base method.

func (*MockStakingMsgServer) EXPECT

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

func (*MockStakingMsgServer) Undelegate

Undelegate mocks base method.

type MockStakingMsgServerMockRecorder

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

MockStakingMsgServerMockRecorder is the mock recorder for MockStakingMsgServer.

func (*MockStakingMsgServerMockRecorder) BeginRedelegate

func (mr *MockStakingMsgServerMockRecorder) BeginRedelegate(goCtx, msg any) *gomock.Call

BeginRedelegate indicates an expected call of BeginRedelegate.

func (*MockStakingMsgServerMockRecorder) Delegate

func (mr *MockStakingMsgServerMockRecorder) Delegate(goCtx, msg any) *gomock.Call

Delegate indicates an expected call of Delegate.

func (*MockStakingMsgServerMockRecorder) Undelegate

func (mr *MockStakingMsgServerMockRecorder) Undelegate(goCtx, msg any) *gomock.Call

Undelegate indicates an expected call of Undelegate.

type MockSubspace

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

MockSubspace is a mock of Subspace interface.

func NewMockSubspace

func NewMockSubspace(ctrl *gomock.Controller) *MockSubspace

NewMockSubspace creates a new mock instance.

func (*MockSubspace) EXPECT

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

func (*MockSubspace) GetParamSet

func (m *MockSubspace) GetParamSet(ctx types.Context, ps types8.ParamSet)

GetParamSet mocks base method.

func (*MockSubspace) HasKeyTable

func (m *MockSubspace) HasKeyTable() bool

HasKeyTable mocks base method.

func (*MockSubspace) WithKeyTable

func (m *MockSubspace) WithKeyTable(table types3.KeyTable) types3.Subspace

WithKeyTable mocks base method.

type MockSubspaceMockRecorder

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

MockSubspaceMockRecorder is the mock recorder for MockSubspace.

func (*MockSubspaceMockRecorder) GetParamSet

func (mr *MockSubspaceMockRecorder) GetParamSet(ctx, ps any) *gomock.Call

GetParamSet indicates an expected call of GetParamSet.

func (*MockSubspaceMockRecorder) HasKeyTable

func (mr *MockSubspaceMockRecorder) HasKeyTable() *gomock.Call

HasKeyTable indicates an expected call of HasKeyTable.

func (*MockSubspaceMockRecorder) WithKeyTable

func (mr *MockSubspaceMockRecorder) WithKeyTable(table any) *gomock.Call

WithKeyTable indicates an expected call of WithKeyTable.

Jump to

Keyboard shortcuts

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