Specs
Beautiful C++ Test Framework
Loading...
Searching...
No Matches
TestGroupFn.h
Go to the documentation of this file.
1#pragma once
2
3#include "../Macros/GROUP.h"
4
5#define TestGroupFn(token) __SPEC_GROUP_BODY(token, #token, __COUNTER__)