Module ibc_test_framework::framework::base
source · Expand description
Base infrastructure for the test framework. Includes basic setup for initializing the logger and loading the test configuration.
Structs
- A wrapper type that lifts a test case that implements
BasicTest
into a test case that implementsPrimitiveTest
.
Traits
- A basic test has the minimal test setup that is essential for almost all tests.
- Used for test case wrappers to indicate that the inner test case implements override traits for overriding certain behavior of the test.
- A primitive test case provides no additional logic.
Functions
- Runs a basic test case implementing
BasicTest
. - Runs a primitive test case implementing
PrimitiveTest
.