Specs
Beautiful C++ Test Framework
|
Go to the source code of this file.
Macros | |
#define | __SPEC_ASYNC_SETUP_BODY(symbol, count) |
#define | _SPEC_ASYNC_SETUP() __SPEC_ASYNC_SETUP_BODY(_SPEC_ASYNC_SETUP_, __COUNTER__) |
#define __SPEC_ASYNC_SETUP_BODY | ( | symbol, | |
count | |||
) |
Definition at line 8 of file ASYNC_SETUP.h.
#define _SPEC_ASYNC_SETUP | ( | ) | __SPEC_ASYNC_SETUP_BODY(_SPEC_ASYNC_SETUP_, __COUNTER__) |
Definition at line 24 of file ASYNC_SETUP.h.