Module ibc_test_framework::framework::binary::node
source · Expand description
Constructs for running test cases with two full nodes running without setting up the relayer.
Structs
- A wrapper type that lifts a test case that implements
BinaryNodeTest
into a test case that implementsBasicTest
.
Traits
- This trait is implemented for test cases that need to have two full nodes running without the relayer being setup.
- An internal trait that can be implemented by test cases to override the full node config before the chain gets initialized.
- An internal trait that can be implemented by test cases to override the genesis file before the chain gets initialized.
Functions
- Runs a test case that implements
BinaryNodeTest
.