|
kaycxx-test
C++ unit test framework
|
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>

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. | |
Defines the reporter interface used by the test runner.