libcopp  2.2.0
Data Structures | Macros
test_case_base.h File Reference
#include <string>
#include <map>
#include <set>
Include dependency graph for test_case_base.h:
This graph shows which files directly or indirectly include this file:

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__>
 

Macro Definition Documentation

◆ UTIL_UNIT_TEST_MACRO_AUTO_MAP

#define UTIL_UNIT_TEST_MACRO_AUTO_MAP (   ...)    std::map<__VA_ARGS__>

Definition at line 32 of file test_case_base.h.

◆ UTIL_UNIT_TEST_MACRO_AUTO_SET

#define UTIL_UNIT_TEST_MACRO_AUTO_SET (   ...)    std::set<__VA_ARGS__>

Definition at line 33 of file test_case_base.h.