Specs
Beautiful C++ Test Framework
Loading...
Searching...
No Matches
StartTestGroup.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "../Macros/BEGIN_CHILD_GROUP.h"
4
5
#define StartTestGroup(description) \
6
_SPEC_BEGIN_CHILD_GROUP(description); \
7
namespace
Specs.DSLs
include
Specs
DSLs
TopLevel
StartTestGroup.h
<3 Mrowr Purr