Module ibc_test_framework::framework::binary::connection
source · [−]Expand description
Constructs for running test cases with two full nodes together with the relayer setup with chain handles and foreign clients, as well as connected IBC connections with completed handshakes.
Structs
A wrapper type that lifts a test case that implements BinaryConnectionTest
into a test case the implements BinaryChainTest.
A wrapper type that lifts a test case that implements BinaryConnectionTest
into a test case the implements BinaryConnectionTest.
Traits
This trait is implemented for test cases that need to have two full nodes running together with the relayer setup with chain handles and foreign clients, together with connected IBC connections with completed handshakes.
An internal trait that can be implemented by test cases to override the connection delay parameter when creating connections.
Functions
Runs a test case that implements BinaryConnectionTest.
Runs a test case that implements BinaryConnectionTest, with
the test case being executed twice, with the second time having the position
of the two chains flipped.