libcopp 2.3.1
|
#include <test_manager.h>
Data Structures | |
struct | convert_param |
struct | convert_param< TL, false > |
struct | convert_param< TL, true > |
struct | is_numberic |
struct | pick_param |
struct | pick_param< TL, TR, false, true, true > |
struct | pick_param< TL, TR, true, true, false > |
struct | try_convert_to_string_view |
struct | try_convert_to_string_view< const char *, CONVERTABLE_TO_SV > |
struct | try_convert_to_string_view< TVAL, false > |
struct | try_convert_to_string_view< TVAL, true > |
Public Types | |
using | case_ptr_type = test_case_base * |
using | on_start_ptr_type = test_on_start_base * |
using | on_exit_ptr_type = test_on_exit_base * |
using | test_type = std::vector< std::pair< std::string, case_ptr_type > > |
using | event_on_start_type = std::vector< std::pair< std::string, on_start_ptr_type > > |
using | event_on_exit_type = std::vector< std::pair< std::string, on_exit_ptr_type > > |
using | test_data_type = std::unordered_map< std::string, test_type > |
using | string_view_type = ::std::string |
Public Member Functions | |
test_manager () | |
virtual | ~test_manager () |
void | append_test_case (const std::string &test_name, const std::string &case_name, case_ptr_type) |
void | append_event_on_start (const std::string &event_name, on_start_ptr_type) |
void | append_event_on_exit (const std::string &event_name, on_exit_ptr_type) |
int | run_event_on_start () |
int | run_event_on_exit () |
int | run () |
void | set_cases (const std::vector< std::string > &case_names) |
template<class TL > | |
convert_param< TL >::type | pick_convert_value (TL &&v) |
template<class TL , class TR > | |
bool | expect_eq (TL &&l, TR &&r, const char *lexpr, const char *rexpr, const char *file, size_t line) |
template<class TL , class TR > | |
bool | expect_ne (TL &&l, TR &&r, const char *lexpr, const char *rexpr, const char *file, size_t line) |
template<class TL , class TR > | |
bool | expect_lt (TL &&l, TR &&r, const char *lexpr, const char *rexpr, const char *file, size_t line) |
template<class TL , class TR > | |
bool | expect_le (TL &&l, TR &&r, const char *lexpr, const char *rexpr, const char *file, size_t line) |
template<class TL , class TR > | |
bool | expect_gt (TL &&l, TR &&r, const char *lexpr, const char *rexpr, const char *file, size_t line) |
template<class TL , class TR > | |
bool | expect_ge (TL &&l, TR &&r, const char *lexpr, const char *rexpr, const char *file, size_t line) |
template<class TL > | |
bool | expect_true (TL &&l, const char *expr, const char *file, size_t line) |
template<class TL > | |
bool | expect_false (TL &&l, const char *expr, const char *file, size_t line) |
Static Public Member Functions | |
static test_manager & | me () |
static std::string | get_expire_time (clock_t begin, clock_t end) |
static void | set_counter_ptr (int *success_counter_ptr, int *failed_counter_ptr) |
static void | inc_success_counter () |
static void | inc_failed_counter () |
Private Attributes | |
test_data_type | tests_ |
event_on_start_type | evt_on_starts_ |
event_on_exit_type | evt_on_exits_ |
int | success_ |
int | failed_ |
std::unordered_set< std::string > | run_cases_ |
std::unordered_set< std::string > | run_groups_ |
Definition at line 55 of file test_manager.h.
using test_manager::case_ptr_type = test_case_base * |
Definition at line 57 of file test_manager.h.
using test_manager::event_on_exit_type = std::vector<std::pair<std::string, on_exit_ptr_type> > |
Definition at line 62 of file test_manager.h.
using test_manager::event_on_start_type = std::vector<std::pair<std::string, on_start_ptr_type> > |
Definition at line 61 of file test_manager.h.
Definition at line 59 of file test_manager.h.
Definition at line 58 of file test_manager.h.
using test_manager::string_view_type = ::std::string |
Definition at line 134 of file test_manager.h.
using test_manager::test_data_type = std::unordered_map<std::string, test_type> |
Definition at line 63 of file test_manager.h.
using test_manager::test_type = std::vector<std::pair<std::string, case_ptr_type> > |
Definition at line 60 of file test_manager.h.
test_manager::test_manager | ( | ) |
Definition at line 109 of file test_manager.cpp.
|
virtual |
Definition at line 114 of file test_manager.cpp.
void test_manager::append_event_on_exit | ( | const std::string & | event_name, |
on_exit_ptr_type | ptr | ||
) |
Definition at line 124 of file test_manager.cpp.
References evt_on_exits_.
Referenced by test_on_exit_base::register_self().
void test_manager::append_event_on_start | ( | const std::string & | event_name, |
on_start_ptr_type | ptr | ||
) |
Definition at line 120 of file test_manager.cpp.
References evt_on_starts_.
Referenced by test_on_start_base::register_self().
void test_manager::append_test_case | ( | const std::string & | test_name, |
const std::string & | case_name, | ||
case_ptr_type | ptr | ||
) |
Definition at line 116 of file test_manager.cpp.
References tests_.
Referenced by test_case_base::test_case_base().
|
inline |
Definition at line 196 of file test_manager.h.
References inc_failed_counter(), inc_success_counter(), pick_convert_value(), and util::cli::shell_font_style::SHELL_FONT_COLOR_RED.
|
inline |
Definition at line 325 of file test_manager.h.
References inc_failed_counter(), inc_success_counter(), pick_convert_value(), and util::cli::shell_font_style::SHELL_FONT_COLOR_RED.
|
inline |
Definition at line 290 of file test_manager.h.
References inc_failed_counter(), inc_success_counter(), pick_convert_value(), and util::cli::shell_font_style::SHELL_FONT_COLOR_RED.
|
inline |
Definition at line 271 of file test_manager.h.
References inc_failed_counter(), inc_success_counter(), pick_convert_value(), and util::cli::shell_font_style::SHELL_FONT_COLOR_RED.
|
inline |
Definition at line 252 of file test_manager.h.
References inc_failed_counter(), inc_success_counter(), pick_convert_value(), and util::cli::shell_font_style::SHELL_FONT_COLOR_RED.
|
inline |
Definition at line 233 of file test_manager.h.
References inc_failed_counter(), inc_success_counter(), pick_convert_value(), and util::cli::shell_font_style::SHELL_FONT_COLOR_RED.
|
inline |
Definition at line 214 of file test_manager.h.
References inc_failed_counter(), inc_success_counter(), pick_convert_value(), and util::cli::shell_font_style::SHELL_FONT_COLOR_RED.
|
inline |
Definition at line 309 of file test_manager.h.
References inc_failed_counter(), inc_success_counter(), pick_convert_value(), and util::cli::shell_font_style::SHELL_FONT_COLOR_RED.
|
static |
Definition at line 397 of file test_manager.cpp.
Referenced by run().
|
static |
Definition at line 429 of file test_manager.cpp.
References detail::test_manager_tls_block_t::failed_counter_ptr, detail::get_test_manager_tls_block(), LIBCOPP_UTIL_LIKELY_CONDITION, util::cli::shell_font_style::SHELL_FONT_COLOR_RED, and util::cli::shell_font_style::SHELL_FONT_SPEC_BOLD.
Referenced by expect_eq(), expect_false(), expect_ge(), expect_gt(), expect_le(), expect_lt(), expect_ne(), and expect_true().
|
static |
Definition at line 416 of file test_manager.cpp.
References detail::get_test_manager_tls_block(), LIBCOPP_UTIL_LIKELY_CONDITION, util::cli::shell_font_style::SHELL_FONT_COLOR_RED, util::cli::shell_font_style::SHELL_FONT_SPEC_BOLD, and detail::test_manager_tls_block_t::success_counter_ptr.
Referenced by expect_eq(), expect_false(), expect_ge(), expect_gt(), expect_le(), expect_lt(), expect_ne(), and expect_true().
|
static |
Definition at line 392 of file test_manager.cpp.
Referenced by test_on_start_base::register_self(), test_on_exit_base::register_self(), run_event_on_exit(), run_event_on_start(), run_tests(), and test_case_base::test_case_base().
|
inline |
Definition at line 190 of file test_manager.h.
Referenced by expect_eq(), expect_false(), expect_ge(), expect_gt(), expect_le(), expect_lt(), expect_ne(), and expect_true().
int test_manager::run | ( | ) |
Definition at line 270 of file test_manager.cpp.
References failed_, get_expire_time(), run_cases_, run_groups_, util::cli::shell_font_style::SHELL_FONT_COLOR_GREEN, util::cli::shell_font_style::SHELL_FONT_COLOR_RED, util::cli::shell_font_style::SHELL_FONT_SPEC_BOLD, util::cli::shell_font_style::SHELL_FONT_SPEC_NULL, success_, and tests_.
Referenced by run_event_on_exit(), run_event_on_start(), and run_tests().
int test_manager::run_event_on_exit | ( | ) |
Definition at line 224 of file test_manager.cpp.
References detail::topological_sort_object_t::dependency_count, evt_on_exits_, detail::topological_sort_object_t::name, detail::topological_sort_object_t::object, run(), util::cli::shell_font_style::SHELL_FONT_COLOR_GREEN, util::cli::shell_font_style::SHELL_FONT_SPEC_BOLD, util::cli::shell_font_style::SHELL_FONT_SPEC_NULL, and topological_sort().
Referenced by run_event_on_exit().
int test_manager::run_event_on_start | ( | ) |
Definition at line 179 of file test_manager.cpp.
References detail::topological_sort_object_t::dependency_count, evt_on_starts_, detail::topological_sort_object_t::name, detail::topological_sort_object_t::object, run(), util::cli::shell_font_style::SHELL_FONT_COLOR_GREEN, util::cli::shell_font_style::SHELL_FONT_SPEC_BOLD, util::cli::shell_font_style::SHELL_FONT_SPEC_NULL, and topological_sort().
Referenced by run_event_on_start().
void test_manager::set_cases | ( | const std::vector< std::string > & | case_names | ) |
Definition at line 379 of file test_manager.cpp.
References run_cases_, and run_groups_.
Referenced by run_tests().
|
static |
Definition at line 406 of file test_manager.cpp.
References detail::test_manager_tls_block_t::failed_counter_ptr, detail::g_global_counter_cache, detail::get_test_manager_tls_block(), and detail::test_manager_tls_block_t::success_counter_ptr.
Referenced by test_case_base::run().
|
private |
Definition at line 347 of file test_manager.h.
Referenced by append_event_on_exit(), and run_event_on_exit().
|
private |
Definition at line 346 of file test_manager.h.
Referenced by append_event_on_start(), and run_event_on_start().
|
private |
Definition at line 349 of file test_manager.h.
Referenced by run(), and test_manager().
|
private |
Definition at line 350 of file test_manager.h.
Referenced by run(), and set_cases().
|
private |
Definition at line 351 of file test_manager.h.
Referenced by run(), and set_cases().
|
private |
Definition at line 348 of file test_manager.h.
Referenced by run(), and test_manager().
|
private |
Definition at line 345 of file test_manager.h.
Referenced by append_test_case(), and run().