libcopp
2.2.0
|
#include <stdint.h>
#include <ctime>
#include <map>
#include <string>
#include <type_traits>
#include <vector>
#include "cli/shell_font.h"
#include "test_case_base.h"
#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 41 of file test_manager.h.
#define UTILS_TEST_ENV_AUTO_SET | ( | ... | ) | std::set<__VA_ARGS__> |
Definition at line 42 of file test_manager.h.
int run_event_on_exit | ( | ) |
Definition at line 479 of file test_manager.cpp.
References test_manager::me(), and test_manager::run_event_on_exit().
Referenced by main().
int run_event_on_start | ( | ) |
Definition at line 477 of file test_manager.cpp.
References test_manager::me(), and test_manager::run_event_on_start().
Referenced by main().
int run_tests | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 481 of file test_manager.cpp.
References util::cli::cmd_option_bind< TCmdStr >::create(), test_manager::me(), util::cli::phoenix::push_back(), test_manager::run(), test_manager::run_event_on_exit(), test_manager::run_event_on_start(), test_manager::set_cases(), and util::cli::phoenix::set_const().
Referenced by main().