Specs
Beautiful C++ Test Framework
Loading...
Searching...
No Matches
DSLs.h File Reference
#include <Specs/SpecDone.h>
#include "DSLs/Functions/describe.h"
#include "DSLs/Functions/it.h"
#include "DSLs/Functions/set_timeout.h"
#include "DSLs/Functions/setup.h"
#include "DSLs/Functions/skip.h"
#include "DSLs/Functions/spec.h"
#include "DSLs/Functions/teardown.h"
#include "DSLs/Functions/test.h"
#include "DSLs/TopLevel/AsyncGroupSetup.h"
#include "DSLs/TopLevel/AsyncGroupTeardown.h"
#include "DSLs/TopLevel/AsyncSetup.h"
#include "DSLs/TopLevel/AsyncTeardown.h"
#include "DSLs/TopLevel/AsyncTest.h"
#include "DSLs/TopLevel/BeginTestGroup.h"
#include "DSLs/TopLevel/BeginTestTemplate.h"
#include "DSLs/TopLevel/ChildTestGroup.h"
#include "DSLs/TopLevel/Configure.h"
#include "DSLs/TopLevel/ConfigureFn.h"
#include "DSLs/TopLevel/DefineTemplate.h"
#include "DSLs/TopLevel/Describe.h"
#include "DSLs/TopLevel/DescribeFn.h"
#include "DSLs/TopLevel/EndTestGroup.h"
#include "DSLs/TopLevel/EndTestTemplate.h"
#include "DSLs/TopLevel/Example.h"
#include "DSLs/TopLevel/GroupSetup.h"
#include "DSLs/TopLevel/GroupSetupAsync.h"
#include "DSLs/TopLevel/GroupTeardown.h"
#include "DSLs/TopLevel/GroupTeardownAsync.h"
#include "DSLs/TopLevel/It.h"
#include "DSLs/TopLevel/MetaData.h"
#include "DSLs/TopLevel/SetTestGroup.h"
#include "DSLs/TopLevel/SetTimeoutMs.h"
#include "DSLs/TopLevel/Setup.h"
#include "DSLs/TopLevel/SetupAsync.h"
#include "DSLs/TopLevel/Skip.h"
#include "DSLs/TopLevel/SkipAll.h"
#include "DSLs/TopLevel/Spec.h"
#include "DSLs/TopLevel/SpecAsync.h"
#include "DSLs/TopLevel/SpecGroups.h"
#include "DSLs/TopLevel/Specs.h"
#include "DSLs/TopLevel/SpecsFn.h"
#include "DSLs/TopLevel/StartTestGroup.h"
#include "DSLs/TopLevel/StartTestTemplate.h"
#include "DSLs/TopLevel/Tag.h"
#include "DSLs/TopLevel/Tags.h"
#include "DSLs/TopLevel/Teardown.h"
#include "DSLs/TopLevel/TeardownAsync.h"
#include "DSLs/TopLevel/Test.h"
#include "DSLs/TopLevel/TestAsync.h"
#include "DSLs/TopLevel/TestGroup.h"
#include "DSLs/TopLevel/TestGroupFn.h"
#include "DSLs/TopLevel/TestGroups.h"
#include "DSLs/TopLevel/TestTemplate.h"
#include "DSLs/TopLevel/TestTemplateFn.h"
#include "DSLs/TopLevel/UnsetTestGroup.h"
#include "DSLs/TopLevel/UseTemplate.h"
#include "DSLs/TopLevel/UseTemplates.h"

Go to the source code of this file.

Macros

#define DescribeFn(symbol)   __SPEC_GROUP_REMOVE_UNDERSCORES_BODY(symbol, #symbol, __COUNTER__)
 

Typedefs

using SpecDone = SpecsCpp::SpecDone
 

Macro Definition Documentation

◆ DescribeFn

#define DescribeFn (   symbol)    __SPEC_GROUP_REMOVE_UNDERSCORES_BODY(symbol, #symbol, __COUNTER__)

Typedef Documentation

◆ SpecDone

Definition at line 63 of file DSLs.h.