Documentation ¶
Index ¶
- func MsgLiquidFarmExec(clientCtx client.Context, from, poolId string, amount sdk.Coin, ...) (testutil.BufferWriter, error)
- func MsgPlaceBidExec(clientCtx client.Context, from, auctionId, poolId string, amount sdk.Coin, ...) (testutil.BufferWriter, error)
- func NewAppConstructor(encodingCfg params.EncodingConfig) network.AppConstructor
- type IntegrationTestSuite
- func (s *IntegrationTestSuite) SetupTest()
- func (s *IntegrationTestSuite) TearDownTest()
- func (s *IntegrationTestSuite) TestNewLiquidFarmCmd()
- func (s *IntegrationTestSuite) TestNewPlaceBidCmd()
- func (s *IntegrationTestSuite) TestNewQueryLiquidFarmCmd()
- func (s *IntegrationTestSuite) TestNewQueryLiquidFarmsCmd()
- func (s *IntegrationTestSuite) TestNewQueryParamsCmd()
- func (s *IntegrationTestSuite) TestNewQueryRewardsAuctionCmd()
- func (s *IntegrationTestSuite) TestNewQueryRewardsAuctionsCmd()
- func (s *IntegrationTestSuite) TestNewRefundBidCmd()
- func (s *IntegrationTestSuite) TestNewUnfarmCmd()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MsgLiquidFarmExec ¶
func MsgPlaceBidExec ¶
func NewAppConstructor ¶
func NewAppConstructor(encodingCfg params.EncodingConfig) network.AppConstructor
Types ¶
type IntegrationTestSuite ¶
func (*IntegrationTestSuite) SetupTest ¶
func (s *IntegrationTestSuite) SetupTest()
SetupTest creates a new network for _each_ integration test. We create a new network for each test because there are some state modifications that are needed to be made in order to make useful queries. However, we don't want these state changes to be present in other tests.
func (*IntegrationTestSuite) TearDownTest ¶
func (s *IntegrationTestSuite) TearDownTest()
TearDownTest cleans up the current test network after each test in the suite.
func (*IntegrationTestSuite) TestNewLiquidFarmCmd ¶
func (s *IntegrationTestSuite) TestNewLiquidFarmCmd()
func (*IntegrationTestSuite) TestNewPlaceBidCmd ¶
func (s *IntegrationTestSuite) TestNewPlaceBidCmd()
func (*IntegrationTestSuite) TestNewQueryLiquidFarmCmd ¶
func (s *IntegrationTestSuite) TestNewQueryLiquidFarmCmd()
func (*IntegrationTestSuite) TestNewQueryLiquidFarmsCmd ¶
func (s *IntegrationTestSuite) TestNewQueryLiquidFarmsCmd()
func (*IntegrationTestSuite) TestNewQueryParamsCmd ¶
func (s *IntegrationTestSuite) TestNewQueryParamsCmd()
func (*IntegrationTestSuite) TestNewQueryRewardsAuctionCmd ¶
func (s *IntegrationTestSuite) TestNewQueryRewardsAuctionCmd()
func (*IntegrationTestSuite) TestNewQueryRewardsAuctionsCmd ¶
func (s *IntegrationTestSuite) TestNewQueryRewardsAuctionsCmd()
func (*IntegrationTestSuite) TestNewRefundBidCmd ¶
func (s *IntegrationTestSuite) TestNewRefundBidCmd()
func (*IntegrationTestSuite) TestNewUnfarmCmd ¶
func (s *IntegrationTestSuite) TestNewUnfarmCmd()
Click to show internal directories.
Click to hide internal directories.