|
libcopp 2.3.1
|
#include <stdint.h>#include <ctime>#include <string>#include <type_traits>#include <unordered_map>#include <unordered_set>#include <utility>#include <vector>#include "cli/shell_font.h"#include "test_case_base.h"#include <map>#include <set>

Go to the source code of this file.
Macros | |
| #define | UTILS_TEST_ENV_AUTO_MAP(...) std::map<__VA_ARGS__> |
| #define | UTILS_TEST_ENV_AUTO_SET(...) std::set<__VA_ARGS__> |
Functions | |
| int | run_event_on_start () |
| int | run_event_on_exit () |
| int | run_tests (int argc, char *argv[]) |
| #define UTILS_TEST_ENV_AUTO_MAP | ( | ... | ) | std::map<__VA_ARGS__> |
Definition at line 47 of file test_manager.h.
| #define UTILS_TEST_ENV_AUTO_SET | ( | ... | ) | std::set<__VA_ARGS__> |
Definition at line 48 of file test_manager.h.
| int run_event_on_exit | ( | ) |
Definition at line 444 of file test_manager.cpp.
References test_manager::me(), and test_manager::run_event_on_exit().
Referenced by main(), and run_tests().
| int run_event_on_start | ( | ) |
Definition at line 442 of file test_manager.cpp.
References test_manager::me(), and test_manager::run_event_on_start().
Referenced by main(), and run_tests().
| int run_tests | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 446 of file test_manager.cpp.
References util::cli::cmd_option_bind< TCmdStr >::create(), test_manager::me(), util::cli::phoenix::push_back(), test_manager::run(), run_event_on_exit(), run_event_on_start(), test_manager::set_cases(), and util::cli::phoenix::set_const().
Referenced by main().