Specs
Beautiful C++ Test Framework
|
Go to the source code of this file.
Macros | |
#define | __SPEC_TEARDOWN_BODY(symbol, count) |
#define | _SPEC_TEARDOWN() __SPEC_TEARDOWN_BODY(_SPEC_TEARDOWN_, __COUNTER__) |
#define __SPEC_TEARDOWN_BODY | ( | symbol, | |
count | |||
) |
Definition at line 7 of file TEARDOWN.h.
#define _SPEC_TEARDOWN | ( | ) | __SPEC_TEARDOWN_BODY(_SPEC_TEARDOWN_, __COUNTER__) |
Definition at line 22 of file TEARDOWN.h.