Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntegrationTestSuite ¶
func NewIntegrationTestSuite ¶
func NewIntegrationTestSuite(cfg network.Config) *IntegrationTestSuite
func (*IntegrationTestSuite) SetupSuite ¶
func (s *IntegrationTestSuite) SetupSuite()
SetupSuite executes bootstrapping logic before all the tests, i.e. once before the entire suite, start executing.
func (*IntegrationTestSuite) TearDownSuite ¶
func (s *IntegrationTestSuite) TearDownSuite()
TearDownSuite performs cleanup logic after all the tests, i.e. once after the entire suite, has finished executing.
func (*IntegrationTestSuite) TestGetCmdQueryParams ¶
func (s *IntegrationTestSuite) TestGetCmdQueryParams()
func (*IntegrationTestSuite) TestGetCmdQuerySigningInfo ¶
func (s *IntegrationTestSuite) TestGetCmdQuerySigningInfo()
func (*IntegrationTestSuite) TestNewUnjailTxCmd ¶
func (s *IntegrationTestSuite) TestNewUnjailTxCmd()
Click to show internal directories.
Click to hide internal directories.