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