Documentation ¶
Overview ¶
Package networksuite provides a base test suite for tests that need a local network instance
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkTestSuite ¶
type NetworkTestSuite struct { suite.Suite NetworkSuite *network.TestSuite AuctionState auctiontypes.GenesisState AuthState authtypes.GenesisState BankState banktypes.GenesisState Accounts []*account.Account }
NetworkTestSuite is a test suite for tests that initializes a network instance.
func (*NetworkTestSuite) SetupSuite ¶
func (nts *NetworkTestSuite) SetupSuite()
SetupSuite setups the local network with a genesis state.
Click to show internal directories.
Click to hide internal directories.