Documentation
¶
Index ¶
- type BlockExplorerTestSuite
- func (a *BlockExplorerTestSuite) CheckForRecordsNotChanged(t testing.TB, expCount int, timeoutMs int)
- func (a *BlockExplorerTestSuite) ImportRecordsMultipleJetDrops(t testing.TB, jetDrops int, records int, pulse insolar.PulseNumber)
- func (a *BlockExplorerTestSuite) Start(t testing.TB)
- func (a *BlockExplorerTestSuite) StartBE(t testing.TB)
- func (a *BlockExplorerTestSuite) Stop(t testing.TB)
- func (a *BlockExplorerTestSuite) StopBE(t *testing.T)
- func (a *BlockExplorerTestSuite) WaitJetDropHash(t testing.TB, id models.JetDropID, expectedHash []byte, timeoutMs int)
- func (a *BlockExplorerTestSuite) WaitRecordsCount(t testing.TB, expCount int, timeoutMs int)
- func (a *BlockExplorerTestSuite) WithHTTPServer(t testing.TB) *BlockExplorerTestSuite
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BlockExplorerTestSuite ¶
type BlockExplorerTestSuite struct { ConMngr *connectionmanager.ConnectionManager BE betest.BlockExplorerTestSetUp }
func NewBlockExplorerTestSetup ¶
func NewBlockExplorerTestSetup(t testing.TB) *BlockExplorerTestSuite
func (*BlockExplorerTestSuite) CheckForRecordsNotChanged ¶
func (a *BlockExplorerTestSuite) CheckForRecordsNotChanged(t testing.TB, expCount int, timeoutMs int)
func (*BlockExplorerTestSuite) ImportRecordsMultipleJetDrops ¶
func (a *BlockExplorerTestSuite) ImportRecordsMultipleJetDrops(t testing.TB, jetDrops int, records int, pulse insolar.PulseNumber)
nolint
func (*BlockExplorerTestSuite) Start ¶
func (a *BlockExplorerTestSuite) Start(t testing.TB)
func (*BlockExplorerTestSuite) StartBE ¶
func (a *BlockExplorerTestSuite) StartBE(t testing.TB)
func (*BlockExplorerTestSuite) Stop ¶
func (a *BlockExplorerTestSuite) Stop(t testing.TB)
func (*BlockExplorerTestSuite) StopBE ¶
func (a *BlockExplorerTestSuite) StopBE(t *testing.T)
func (*BlockExplorerTestSuite) WaitJetDropHash ¶
func (*BlockExplorerTestSuite) WaitRecordsCount ¶
func (a *BlockExplorerTestSuite) WaitRecordsCount(t testing.TB, expCount int, timeoutMs int)
nolint
func (*BlockExplorerTestSuite) WithHTTPServer ¶
func (a *BlockExplorerTestSuite) WithHTTPServer(t testing.TB) *BlockExplorerTestSuite
Click to show internal directories.
Click to hide internal directories.