Module ibc_test_framework::framework::nary::chain
source · 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 implementsNaryNodeTest
. - A wrapper type that lifts a test case that implements
RunNaryChainTest
into a test case the implementsNaryNodeTest<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 aSIZE
number of chains bootstrapped. - Runs a test case that implements
NaryChainTest
, with one self-connected chain used to emulate many connnections.