|
kaycxx-test
C++ unit test framework
|
Defines the callback type used by the test framework. More...
#include <functional>

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. | |
Typedefs | |
| using | kaycxx::test::callback = std::move_only_function< void()> |
| Callable block used by tests, suites, and hooks. | |
Defines the callback type used by the test framework.