|
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. | |
| assert_close.hpp | |
| Defines the assert_close function. | |
| assert_contain.hpp | |
| Defines the assert_contain function. | |
| assert_equal.hpp | |
| Defines the assert_equal function. | |
| assert_false.hpp | |
| Defines the assert_false function. | |
| assert_greater.hpp | |
| Defines the assert_greater function. | |
| assert_greater_or_equal.hpp | |
| Defines the assert_greater_or_equal function. | |
| assert_less.hpp | |
| Defines the assert_less function. | |
| assert_less_or_equal.hpp | |
| Defines the assert_less_or_equal function. | |
| assert_match.hpp | |
| Defines the assert_match function. | |
| assert_not_close.hpp | |
| Defines the assert_not_close function. | |
| assert_not_contain.hpp | |
| Defines the assert_not_contain function. | |
| assert_not_equal.hpp | |
| Defines the assert_not_equal function. | |
| assert_not_match.hpp | |
| Defines the assert_not_match function. | |
| assert_not_null.hpp | |
| Defines the assert_not_null function. | |
| assert_not_throw.hpp | |
| Defines the assert_not_throw function. | |
| assert_null.hpp | |
| Defines the assert_null function. | |
| assert_throw.hpp | |
| Defines the assert_throw function. | |
| assert_true.hpp | |
| Defines the assert_true function. | |
| assertion_error.hpp | |
| Defines the assertion_error type. | |
| 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. | |