Specs
Beautiful C++ Test Framework
Loading...
Searching...
No Matches
StartTestTemplate.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 StartTestTemplate(templateName) \
7 _SPEC_SAVE_GROUP_STACK(); \
8 _SPEC_DECLARE_TEMPLATE(templateName); \
9 namespace