testutil

package
v0.17.0 Latest Latest
Warning

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

Go to latest
Published: Jul 19, 2023 License: Apache-2.0 Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func AssertProtoMessageJSON

func AssertProtoMessageJSON(t *testing.T, cdc codec.Codec, expected proto.Message, actual proto.Message)

func C

func C(denom string, amount int64) sdk.Coin

func Cs

func Cs(coins ...sdk.Coin) sdk.Coins

func D

func D(str string) sdk.Dec

func I

func I(in int64) sdkmath.Int

Avoid cluttering test cases with long function names

Types

type Suite

type Suite struct {
	suite.Suite

	Keeper      keeper.Keeper
	BankKeeper  bankkeeper.Keeper
	App         app.TestApp
	Ctx         sdk.Context
	QueryClient types.QueryClient
	Addresses   []sdk.AccAddress
}

Suite implements a test suite for the module integration tests

func (*Suite) SetupTest

func (suite *Suite) SetupTest()

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