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

Go to the source code of this file.

Macros

#define _SPEC_SKIP_ALL()
 

Macro Definition Documentation

◆ _SPEC_SKIP_ALL

#define _SPEC_SKIP_ALL ( )
Value:
_GLOBAL_MACRO_FUNCTIONS_NEW_NAMED_FUNCTION_RUNNER_VARIABLE_NAME(_SPEC_SKIP_ALL_) { \
[]() { \
if (auto* currentGroup = SpecsCpp::GlobalSpecGroup::instance().get()) \
currentGroup->mark_skipped(true); \
} \
}
static GlobalSpecGroup & instance()

Definition at line 8 of file SKIP_ALL.h.