Specs
Beautiful C++ Test Framework
Loading...
Searching...
No Matches
META_DATA.h File Reference

Go to the source code of this file.

Macros

#define _SPEC_META_DATA(metaDataKey, metaDataValue)
 

Macro Definition Documentation

◆ _SPEC_META_DATA

#define _SPEC_META_DATA (   metaDataKey,
  metaDataValue 
)
Value:
_GLOBAL_MACRO_FUNCTIONS_NEW_NAMED_FUNCTION_RUNNER_VARIABLE_NAME(_SPEC_META_DATA_){[]() { \
SpecsCpp::GlobalSpecGroup::instance().add_meta_data_for_next_component( \
SpecsCpp::SpecDataValue::create(metaDataKey, metaDataValue) \
); \
}};
static ISpecDataValue * create(const char *key, bool value)

Definition at line 8 of file META_DATA.h.