|
kaycxx-test
C++ unit test framework
|
Defines isolated test registries. More...
#include <cstddef>#include <functional>#include <memory>#include <source_location>#include <string>#include <string_view>#include <vector>#include <kaycxx/test/callback.hpp>#include <kaycxx/test/hook.hpp>#include <kaycxx/test/reporter.hpp>#include <kaycxx/test/run_options.hpp>#include <kaycxx/test/skip.hpp>#include <kaycxx/test/test_filter.hpp>

Go to the source code of this file.
Classes | |
| class | kaycxx::test::test_registry |
| Owns a set of test suites and the registration stack used while suite bodies execute. More... | |
Namespaces | |
| namespace | kaycxx |
| Root namespace for kaycxx libraries. | |
| namespace | kaycxx::test |
| Unit test framework functions and types. | |
Functions | |
| test_registry & | kaycxx::test::default_registry () |
| Returns the global registry used by the public DSL functions. | |
| test_registry & | kaycxx::test::active_registry () |
| Returns the registry currently used by the public DSL functions. | |
| test_registry & | kaycxx::test::set_active_registry (test_registry ®istry) |
| Changes the registry used by the public DSL functions. | |
| void | kaycxx::test::reset_active_registry () |
| Resets the active registry to the default registry. | |
Defines isolated test registries.