|
libcopp 2.3.1
|
#include <string>#include <map>#include <set>

Go to the source code of this file.
Data Structures | |
| class | test_case_base |
| class | test_on_start_base |
| class | test_on_exit_base |
Macros | |
| #define | UTIL_UNIT_TEST_MACRO_AUTO_MAP(...) std::map<__VA_ARGS__> |
| #define | UTIL_UNIT_TEST_MACRO_AUTO_SET(...) std::set<__VA_ARGS__> |
| #define UTIL_UNIT_TEST_MACRO_AUTO_MAP | ( | ... | ) | std::map<__VA_ARGS__> |
Definition at line 32 of file test_case_base.h.
| #define UTIL_UNIT_TEST_MACRO_AUTO_SET | ( | ... | ) | std::set<__VA_ARGS__> |
Definition at line 33 of file test_case_base.h.