|
kaycxx-test
C++ unit test framework
|

Files | |
| after_all.hpp | |
| Defines the after_all hook registration function. | |
| after_each.hpp | |
| Defines the after_each hook registration function. | |
| before_all.hpp | |
| Defines the before_all hook registration function. | |
| before_each.hpp | |
| Defines the before_each hook registration function. | |
| callback.hpp | |
| Defines the callback type used by the test framework. | |
| describe.hpp | |
| Defines the describe function for nested test suites. | |
| failure.hpp | |
| Defines the test failure result type. | |
| hook.hpp | |
| Defines registered test hooks. | |
| it.hpp | |
| Defines the it function for registering test cases. | |
| reporter.hpp | |
| Defines the reporter interface used by the test runner. | |
| run_options.hpp | |
| Defines test execution options. | |
| run_tests.hpp | |
| Defines functions for running registered tests. | |
| skip.hpp | |
| Defines skip conditions for test cases. | |
| skipped.hpp | |
| Defines the skipped test result type. | |
| suite.hpp | |
| Defines the suite macro for top-level test suite registration. | |
| test_filter.hpp | |
| Defines test selection filters. | |
| test_registry.hpp | |
| Defines isolated test registries. | |