Expand description
Constructs for running test cases with more than two chains, together with the relayer setup with chain handles and foreign clients.
Structs
A wrapper type that lifts a test case that implements RunNaryChainTest
into a test case the implements NaryNodeTest.
A wrapper type that lifts a test case that implements RunNaryChainTest
into a test case the implements NaryNodeTest<1>. i.e. only one underlying
full node is spawned to emulate all chains.
Traits
This trait is implemented for test cases that need to have more than two chains running.
Functions
Runs a test case that implements NaryChainTest with a SIZE number of
chains bootstrapped.
Runs a test case that implements NaryChainTest, with one self-connected chain used
to emulate many connnections.