Defines the after_all hook registration function.
Defines the after_each hook registration function.
Defines the assert_close function.
Defines the assert_contain function.
Defines the assert_equal function.
Defines the assert_false function.
Defines the assert_greater function.
Defines the assert_greater_or_equal function.
Defines the assert_less function.
Defines the assert_less_or_equal function.
Defines the assert_match function.
Defines the assert_not_close function.
Defines the assert_not_contain function.
Defines the assert_not_equal function.
Defines the assert_not_match function.
Defines the assert_not_null function.
Defines the assert_not_throw function.
Defines the assert_null function.
Defines the assert_throw function.
Defines the assert_true function.
Defines the assertion_error type.
Defines the before_all hook registration function.
Defines the before_each hook registration function.
Defines the callback type used by the test framework.
Defines the describe function for nested test suites.
Defines the test failure result type.
Defines registered test hooks.
Defines the it function for registering test cases.
Root namespace for kaycxx libraries.
Definition test.hpp:12
Defines test execution options.
Defines functions for running registered tests.
Defines skip conditions for test cases.
Defines the skipped test result type.
Defines the suite macro for top-level test suite registration.
Defines test selection filters.
Defines isolated test registries.