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

Defines registered test hooks. More...

#include <source_location>
#include <string>
#include <string_view>
#include <kaycxx/test/callback.hpp>
#include <kaycxx/test/run_options.hpp>
Include dependency graph for hook.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kaycxx::test::hook
 Registered setup or teardown hook. More...
 

Namespaces

namespace  kaycxx
 Root namespace for kaycxx libraries.
 
namespace  kaycxx::test
 Unit test framework functions and types.
 

Detailed Description

Defines registered test hooks.