Specs
Beautiful C++ Test Framework
Loading...
Searching...
No Matches
TestGroup.h
Go to the documentation of this file.
1#pragma once
2
3#include "../Macros/DECLARE_GROUP.h"
4
5#define TestGroup(description) _SPEC_DECLARE_GROUP(description)