Expand description

Base infrastructure for the test framework. Includes basic setup for initializing the logger and loading the test configuration.

Structs

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