testutil

package
v0.12.4 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2022 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Suite

type Suite struct {
	suite.Suite

	Keeper        keeper.Keeper
	BankKeeper    bankkeeper.Keeper
	AccountKeeper authkeeper.AccountKeeper
	App           app.TestApp
	Ctx           sdk.Context
	Addrs         []sdk.AccAddress
	ModAcc        *authtypes.ModuleAccount
}

Suite implements a test suite for the aethdist module integration tests

func (*Suite) AddCoinsToAccount

func (suite *Suite) AddCoinsToAccount(addr sdk.AccAddress, coins sdk.Coins)

CreateAccount adds coins to an account address

func (*Suite) AddCoinsToNamedModule

func (suite *Suite) AddCoinsToNamedModule(moduleName string, amount sdk.Coins)

AddCoinsToModule adds coins to a named module account

func (*Suite) CheckAccountBalanceEqual

func (suite *Suite) CheckAccountBalanceEqual(owner sdk.AccAddress, expectedCoins sdk.Coins)

CheckAccountBalanceEqual asserts that

func (*Suite) SetupTest

func (suite *Suite) SetupTest(numAddrs int)

SetupTest instantiates a new app, keepers, and sets suite state

Jump to

Keyboard shortcuts

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