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

Function fakeTestCase

tests/SelfTest/IntrospectiveTests/CmdLine.tests.cpp:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20
21namespace {
22 auto fakeTestCase(const char* name, const char* desc = "") { return Catch::makeTestCaseInfo("", { name, desc }, CATCH_INTERNAL_LINEINFO); }
23}
24
25TEST_CASE( "Process can be configured on command line", "[config][command-line]" ) {

Callers 1

CmdLine.tests.cppFile · 0.70

Calls 1

makeTestCaseInfoFunction · 0.50

Tested by

no test coverage detected