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 ¶
func QueryBalancesExec ¶
Types ¶
type IntegrationTestSuite ¶
func NewIntegrationTestSuite ¶
func NewIntegrationTestSuite(cfg network.Config) *IntegrationTestSuite
func (*IntegrationTestSuite) SetupSuite ¶
func (s *IntegrationTestSuite) SetupSuite()
func (*IntegrationTestSuite) TearDownSuite ¶
func (s *IntegrationTestSuite) TearDownSuite()
func (*IntegrationTestSuite) TestGetBalancesCmd ¶
func (s *IntegrationTestSuite) TestGetBalancesCmd()
func (*IntegrationTestSuite) TestGetCmdQueryDenomsMetadata ¶
func (s *IntegrationTestSuite) TestGetCmdQueryDenomsMetadata()
func (*IntegrationTestSuite) TestGetCmdQueryTotalSupply ¶
func (s *IntegrationTestSuite) TestGetCmdQueryTotalSupply()
func (*IntegrationTestSuite) TestNewSendTxCmd ¶
func (s *IntegrationTestSuite) TestNewSendTxCmd()
func (*IntegrationTestSuite) TestNewSendTxCmdGenOnly ¶
func (s *IntegrationTestSuite) TestNewSendTxCmdGenOnly()
Click to show internal directories.
Click to hide internal directories.