|
kaycxx-test
C++ unit test framework
|
This is the complete list of members for kaycxx::test::test_registry, including all inherited members.
| add_after_all_hook(hook value) | kaycxx::test::test_registry | |
| add_after_each_hook(hook value) | kaycxx::test::test_registry | |
| add_before_all_hook(hook value) | kaycxx::test::test_registry | |
| add_before_each_hook(hook value) | kaycxx::test::test_registry | |
| add_suite(std::string_view description, callback body, std::source_location location=std::source_location::current()) | kaycxx::test::test_registry | |
| add_test(std::string_view description, callback body, std::source_location location=std::source_location::current()) | kaycxx::test::test_registry | |
| add_test(std::string_view description, skip_condition condition, callback body, std::source_location location=std::source_location::current()) | kaycxx::test::test_registry | |
| list_tests() const | kaycxx::test::test_registry | |
| list_tests(test_filter const &filter) const | kaycxx::test::test_registry | |
| num_test_cases() const | kaycxx::test::test_registry | |
| num_test_cases(test_filter const &filter) const | kaycxx::test::test_registry | |
| num_test_suites() const | kaycxx::test::test_registry | |
| num_test_suites(test_filter const &filter) const | kaycxx::test::test_registry | |
| operator=(test_registry const &)=delete (defined in kaycxx::test::test_registry) | kaycxx::test::test_registry | |
| run(reporter &reporter, run_options const &options={}) | kaycxx::test::test_registry | |
| run(reporter &reporter, test_filter const &filter, run_options const &options={}) | kaycxx::test::test_registry | |
| test_registry() | kaycxx::test::test_registry | |
| test_registry(test_registry const &)=delete (defined in kaycxx::test::test_registry) | kaycxx::test::test_registry | |
| ~test_registry() | kaycxx::test::test_registry |