Re-exports§
pub use print::AxTestPrintFn;pub use print::set_printer;
Modules§
Macros§
Structs§
- AxTest
Descriptor - C-compatible descriptor emitted for each registered test case.
- AxTest
Init Builder - AxTest
ModHook Descriptor - Linker-collected descriptor for a module’s optional init/exit hooks.
- Inline
Executor - Default executor that runs the test function inline.
- Kernel
Test Config - Runtime callbacks used by the common kernel axtest entry point.
- Test
Summary - Aggregated test statistics for a full test session.
Enums§
- AxTest
Execution Mode - Execution policy attached to a test descriptor.
- AxTest
Result - Logical outcome produced by one test function.
- Test
RunResult - Runtime status for one test after applying framework-level rules.
Traits§
- AxTest
Executor - Abstraction for how a single test function is executed.
Functions§
- call_
module_ exit - Invoke module exit hook if this module registered one.
- call_
module_ init - Invoke module init hook if this module registered one.
- dump_
coverage - init
- Start executor initialization with fluent builder style.
- run_
kernel_ tests - Run all registered tests and terminate the kernel test target.
- set_
coverage_ wait_ fn