Documentation ¶
Index ¶
- func MsgSendExec(clientCtx client.Context, from, to, amount fmt.Stringer, extraArgs ...string) (testutil.BufferWriter, error)
- func NewCoin(denom string, amount sdk.Int) *sdk.Coin
- func QueryBalancesExec(clientCtx client.Context, address fmt.Stringer, extraArgs ...string) (testutil.BufferWriter, error)
- type IntegrationTestSuite
- func (s *IntegrationTestSuite) SetupSuite()
- func (s *IntegrationTestSuite) TearDownSuite()
- func (s *IntegrationTestSuite) TestGetBalancesCmd()
- func (s *IntegrationTestSuite) TestGetCmdQueryDenomsMetadata()
- func (s *IntegrationTestSuite) TestGetCmdQueryTotalSupply()
- func (s *IntegrationTestSuite) TestNewSendTxCmd()
- func (s *IntegrationTestSuite) TestNewSendTxCmdGenOnly()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MsgSendExec ¶ added in v0.40.0
func QueryBalancesExec ¶ added in v0.40.0
Types ¶
type IntegrationTestSuite ¶ added in v0.43.0
func NewIntegrationTestSuite ¶ added in v0.43.0
func NewIntegrationTestSuite(cfg network.Config) *IntegrationTestSuite
func (*IntegrationTestSuite) SetupSuite ¶ added in v0.43.0
func (s *IntegrationTestSuite) SetupSuite()
func (*IntegrationTestSuite) TearDownSuite ¶ added in v0.43.0
func (s *IntegrationTestSuite) TearDownSuite()
func (*IntegrationTestSuite) TestGetBalancesCmd ¶ added in v0.43.0
func (s *IntegrationTestSuite) TestGetBalancesCmd()
func (*IntegrationTestSuite) TestGetCmdQueryDenomsMetadata ¶ added in v0.43.0
func (s *IntegrationTestSuite) TestGetCmdQueryDenomsMetadata()
func (*IntegrationTestSuite) TestGetCmdQueryTotalSupply ¶ added in v0.43.0
func (s *IntegrationTestSuite) TestGetCmdQueryTotalSupply()
func (*IntegrationTestSuite) TestNewSendTxCmd ¶ added in v0.43.0
func (s *IntegrationTestSuite) TestNewSendTxCmd()
func (*IntegrationTestSuite) TestNewSendTxCmdGenOnly ¶ added in v0.43.0
func (s *IntegrationTestSuite) TestNewSendTxCmdGenOnly()
Click to show internal directories.
Click to hide internal directories.