Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SimpleTestSetup ¶
type SimpleTestSetup struct { // Mainnet creates a mainnet test harness Mainnet0 *coinharness.ChainWithMatureOutputsSpawner // Regnet25 creates a regnet test harness // with 25 mature outputs. Regnet25 *coinharness.ChainWithMatureOutputsSpawner // Simnet25 creates a simnet test harness // with 25 mature outputs. Simnet25 *coinharness.ChainWithMatureOutputsSpawner // Regnet5 creates a regnet test harness // with 5 mature outputs. Regnet5 *coinharness.ChainWithMatureOutputsSpawner // Regnet1 creates a regnet test harness // with 1 mature output. Regnet1 *coinharness.ChainWithMatureOutputsSpawner // Simnet1 creates a simnet test harness // with 1 mature output. Simnet1 *coinharness.ChainWithMatureOutputsSpawner // Regnet0 creates a regnet test harness // with only the genesis block. Regnet0 *coinharness.ChainWithMatureOutputsSpawner // Simnet0 creates a simnet test harness // with only the genesis block. Simnet0 *coinharness.ChainWithMatureOutputsSpawner // WorkingDir defines test setup working dir WorkingDir *pin.TempDirHandler // contains filtered or unexported fields }
SimpleTestSetup harbours: - rpctest setup - csf-fork test setup - and bip0009 test setup
func (*SimpleTestSetup) TearDown ¶
func (setup *SimpleTestSetup) TearDown()
TearDown all harnesses in test Pool. This includes removing all temporary directories, and shutting down any created processes.
Click to show internal directories.
Click to hide internal directories.