testsuite

package
v1.3.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 28, 2021 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TestIntegrationTestSuite

func TestIntegrationTestSuite(t *testing.T)

Types

type IntegrationTestSuite

type IntegrationTestSuite struct {
	suite.Suite
	// contains filtered or unexported fields
}

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()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL