test_helpers

package
v2.11.0 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AppTestSuite

type AppTestSuite struct {
	suite.Suite

	App            *terra_app.TerraApp
	DB             dbm.DB
	Ctx            sdk.Context
	QueryHelper    *baseapp.QueryServiceTestHelper
	TestAccs       []sdk.AccAddress
	EncodingConfig appparams.EncodingConfig
}

func (*AppTestSuite) AssertEventEmitted

func (s *AppTestSuite) AssertEventEmitted(ctx sdk.Context, eventTypeExpected string, numEventsExpected int)

func (*AppTestSuite) CreateRandomAccounts

func (s *AppTestSuite) CreateRandomAccounts(numAccts int) []sdk.AccAddress

CreateRandomAccounts is a function return a list of randomly generated AccAddresses

func (*AppTestSuite) FundAcc

func (s *AppTestSuite) FundAcc(acc sdk.AccAddress, amounts sdk.Coins) (err error)

FundAcc funds target address with specified amount.

func (*AppTestSuite) FundModule

func (s *AppTestSuite) FundModule(moduleAccount string, amounts sdk.Coins) (err error)

FundAcc funds target address with specified amount.

func (*AppTestSuite) Setup

func (s *AppTestSuite) Setup()

Setup sets up basic environment for suite (App, Ctx, and test accounts)

Jump to

Keyboard shortcuts

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