Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type IntegrationTestSuite ¶
func (*IntegrationTestSuite) SetupSuite ¶
func (s *IntegrationTestSuite) SetupSuite()
TODO call NewIntegrationTestSuite to set cfg field of IntegrationTestSuite remove cfg := network.DefaultConfig() replace cfg.NumValidators = 2 with s.cfg.NumValidators = 2 replace s.network = network.New(s.T(), cfg) with s.network = network.New(s.T(), s.cfg) remove TestIntegrationTestSuite func
func (*IntegrationTestSuite) TearDownSuite ¶
func (s *IntegrationTestSuite) TearDownSuite()
func (*IntegrationTestSuite) TestGetAnchorDataByCID ¶
func (s *IntegrationTestSuite) TestGetAnchorDataByCID()
func (*IntegrationTestSuite) TestTxAnchorData ¶
func (s *IntegrationTestSuite) TestTxAnchorData()
func (*IntegrationTestSuite) TestTxSignData ¶
func (s *IntegrationTestSuite) TestTxSignData()
func (*IntegrationTestSuite) TestTxStoreData ¶
func (s *IntegrationTestSuite) TestTxStoreData()
Click to show internal directories.
Click to hide internal directories.