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

Defines the reporter interface used by the test runner. More...

#include <cstddef>
#include <string_view>
#include <kaycxx/test/failure.hpp>
#include <kaycxx/test/skipped.hpp>
Include dependency graph for reporter.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  kaycxx::test::reporter
 Receives lifecycle events from the test runner. More...
 

Namespaces

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

Detailed Description

Defines the reporter interface used by the test runner.