Go to the source code of this file.
◆ _SPEC_TEST
#define _SPEC_TEST |
( |
|
specDescription | ) |
_SPEC_TEST_BODY(_SPEC_TEST_, specDescription, __COUNTER__) |
◆ _SPEC_TEST_BODY
#define _SPEC_TEST_BODY |
( |
|
symbol, |
|
|
|
specDescription, |
|
|
|
count |
|
) |
| |
Value: inline void \
_GLOBAL_MACRO_FUNCTIONS_NEW_NAMED_FUNCTION_RUNNER_VARIABLE_NAME_FROM_COUNT(symbol, count){[]( \
) { \
SpecsCpp::DSLs::GlobalInterface::define_test_fn( \
specDescription, \
_GLOBAL_MACRO_FUNCTIONS_NEW_NAMED_FUNCTION_NAME_FROM_COUNT(symbol, count) \
); \
}}; \
inline void _GLOBAL_MACRO_FUNCTIONS_NEW_NAMED_FUNCTION_NAME_FROM_COUNT(symbol, count)( \
)
Definition at line 7 of file TEST.h.