|
kaycxx-test
C++ unit test framework
|
Defines the after_all hook registration function. More...


Go to the source code of this file.
Namespaces | |
| namespace | kaycxx |
| Root namespace for kaycxx libraries. | |
| namespace | kaycxx::test |
| Unit test framework functions and types. | |
Functions | |
| void | kaycxx::test::after_all (callback body, std::source_location location=std::source_location::current()) |
| Registers a hook that runs once after all tests in the current suite have finished. | |
| void | kaycxx::test::after_all (hook value) |
| Registers a hook that runs once after all tests in the current suite have finished. | |
Defines the after_all hook registration function.