Specs
Beautiful C++ Test Framework
|
Go to the source code of this file.
Macros | |
#define | __SPEC_ASYNC_TEST_BODY(symbol, specDescription, count) |
#define | _SPEC_ASYNC_TEST(specDescription) __SPEC_ASYNC_TEST_BODY(_SPEC_ASYNC_TEST_, specDescription, __COUNTER__) |
#define __SPEC_ASYNC_TEST_BODY | ( | symbol, | |
specDescription, | |||
count | |||
) |
Definition at line 8 of file ASYNC_TEST.h.
#define _SPEC_ASYNC_TEST | ( | specDescription | ) | __SPEC_ASYNC_TEST_BODY(_SPEC_ASYNC_TEST_, specDescription, __COUNTER__) |
Definition at line 24 of file ASYNC_TEST.h.