libcopp 2.3.1
|
#include <cstring>
#include <iostream>
#include <list>
#include <sstream>
#include <string>
#include <vector>
#include <libcopp/utils/config/compile_optimize.h>
#include <libcopp/utils/features.h>
#include "cli/cmd_option.h"
#include "cli/cmd_option_phoenix.h"
#include "cli/shell_font.h"
#include "test_manager.h"
Go to the source code of this file.
Data Structures | |
struct | detail::test_manager_tls_block_t |
struct | detail::topological_sort_object_t |
Namespaces | |
namespace | detail |
Functions | |
test_manager_tls_block_t * | detail::get_test_manager_tls_block () |
static void | topological_sort (std::unordered_map< std::string, detail::topological_sort_object_t > &in, std::vector< detail::topological_sort_object_t * > &out) |
int | run_event_on_start () |
int | run_event_on_exit () |
int | run_tests (int argc, char *argv[]) |
Variables | |
static test_manager_tls_block_t | detail::g_global_counter_cache = {0, 0} |
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().
|
static |
Definition at line 154 of file test_manager.cpp.
Referenced by test_manager::run_event_on_exit(), and test_manager::run_event_on_start().