kaycxx-test
C++ unit test framework
Loading...
Searching...
No Matches
Namespaces | Typedefs
callback.hpp File Reference

Defines the callback type used by the test framework. More...

#include <functional>
Include dependency graph for callback.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

Defines the callback type used by the test framework.