Specs
Beautiful C++ Test Framework
Loading...
Searching...
No Matches
BeginTestTemplate.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "../Macros/DECLARE_TEMPLATE.h"
4
#include "../Macros/SAVE_CURRENT_GROUP_STACK.h"
5
6
#define BeginTestTemplate(templateName) \
7
_SPEC_SAVE_GROUP_STACK(); \
8
_SPEC_DECLARE_TEMPLATE(templateName)
Specs.DSLs
include
Specs
DSLs
TopLevel
BeginTestTemplate.h
<3 Mrowr Purr