Specs
Beautiful C++ Test Framework
|
Go to the source code of this file.
Macros | |
#define | __SPEC_ONE_TIME_SETUP_BODY(symbol, count) |
#define | _SPEC_ONE_TIME_SETUP() __SPEC_ONE_TIME_SETUP_BODY(_SPEC_ONE_TIME_SETUP_, __COUNTER__) |
#define __SPEC_ONE_TIME_SETUP_BODY | ( | symbol, | |
count | |||
) |
Definition at line 7 of file ONE_TIME_SETUP.h.
#define _SPEC_ONE_TIME_SETUP | ( | ) | __SPEC_ONE_TIME_SETUP_BODY(_SPEC_ONE_TIME_SETUP_, __COUNTER__) |
Definition at line 19 of file ONE_TIME_SETUP.h.