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