|
kaycxx-test
C++ unit test framework
|
Defines the describe function for nested test suites. 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::describe (std::string_view description, callback body, std::source_location location=std::source_location::current()) |
| Defines a nested test suite and immediately executes its registration body. | |
Defines the describe function for nested test suites.