|
valFuzz 1.2.0
|
#include <valfuzz/test.hpp>Go to the source code of this file.
Namespaces | |
| namespace | valfuzz |
Functions | |
| std::deque< valfuzz::test_pair > & | valfuzz::get_tests () |
| long unsigned int | valfuzz::get_num_tests () |
| std::atomic< bool > & | valfuzz::get_has_failed_once () |
| std::function< void()> & | valfuzz::get_function_execute_before () |
| std::function< void()> & | valfuzz::get_function_execute_after () |
| void | valfuzz::set_function_execute_before (std::function< void()> f) |
| void | valfuzz::set_function_execute_after (std::function< void()> f) |
| void | valfuzz::set_has_failed_once (bool has_failed_once) |
| void | valfuzz::add_test (const std::string &name, test_function test) |
| std::optional< valfuzz::test_pair > | valfuzz::pop_test_or_null () |
| void | valfuzz::run_one_test (const std::string &name) |
| void | valfuzz::_run_tests () |
| void | valfuzz::run_tests () |