Specs
Beautiful C++ Test Framework
Loading...
Searching...
No Matches
USE_TEMPLATES.h File Reference
#include <Specs/GlobalSpecGroup.h>
#include "MacrosCore.h"

Go to the source code of this file.

Macros

#define _SPEC_USE_TEMPLATES(...)
 

Macro Definition Documentation

◆ _SPEC_USE_TEMPLATES

#define _SPEC_USE_TEMPLATES (   ...)
Value:
_GLOBAL_MACRO_FUNCTIONS_NEW_NAMED_FUNCTION_RUNNER_VARIABLE_NAME(_SPEC_USE_TEMPLATE_ \
){[]() { SpecsCpp::GlobalSpecGroup::instance().use_templates({__VA_ARGS__}); }};
void use_templates(std::vector< std::string_view > templateNames)
static GlobalSpecGroup & instance()

Definition at line 7 of file USE_TEMPLATES.h.