|
kaycxx-test
C++ unit test framework
|
Defines functions for running registered tests. More...


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. | |
Functions | |
| int | kaycxx::test::run_tests () |
| Runs the global test registry and writes the report to standard output. | |
| int | kaycxx::test::run_tests (int argc, char *argv[]) |
| Runs the global test registry according to command-line arguments. | |
| int | kaycxx::test::run_tests (std::ostream &output) |
| Runs the global test registry and writes the report to the given stream. | |
| int | kaycxx::test::run_tests (std::ostream &output, kaycxx::term::ansi_mode ansi_mode) |
| Runs the global test registry and writes the report to the given stream. | |
| int | kaycxx::test::run_tests (test_registry ®istry, std::ostream &output) |
| Runs the given test registry and writes the report to the given stream. | |
| int | kaycxx::test::run_tests (test_registry ®istry, std::ostream &output, kaycxx::term::ansi_mode ansi_mode) |
| Runs the given test registry and writes the report to the given stream. | |
Defines functions for running registered tests.