MCPcopy Create free account
hub / github.com/catchorg/Catch2 / TEST_CASE

Function TEST_CASE

tests/SelfTest/UsageTests/VariadicMacros.tests.cpp:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11
12TEST_CASE()
13{
14 SUCCEED( "anonymous test case" );
15}
16
17TEST_CASE( "Test case with one argument" )
18{

Calls

no outgoing calls

Tested by

no test coverage detected