#include <dius/test/test_manager.h>
Classes | |
| struct | Args |
Public Member Functions | |
| void | register_test_case (TestCase) |
| auto | run_tests (Args &args) -> di::Result< void > |
| auto | is_test_application () const -> bool |
| void | handle_assertion_failure () |
Static Public Member Functions | |
| static auto | the () -> TestManager & |
| void dius::test::TestManager::handle_assertion_failure | ( | ) |
|
inline |
| void dius::test::TestManager::register_test_case | ( | TestCase | test_case | ) |
| auto dius::test::TestManager::run_tests | ( | Args & | args | ) | -> di::Result<void> |
|
static |