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

Go to the source code of this file.

Macros

#define _SPEC_USE_TEMPLATE(templateName)
 

Macro Definition Documentation

◆ _SPEC_USE_TEMPLATE

#define _SPEC_USE_TEMPLATE (   templateName)
Value:
_GLOBAL_MACRO_FUNCTIONS_NEW_NAMED_FUNCTION_RUNNER_VARIABLE_NAME(_SPEC_USE_TEMPLATE_ \
){[]() { SpecsCpp::GlobalSpecGroup::instance().use_template(templateName); }};
static GlobalSpecGroup & instance()
void use_template(std::string_view templateName)

Definition at line 7 of file USE_TEMPLATE.h.