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

Function matchTest

extras/catch_amalgamated.cpp:7207–7212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7205 }
7206
7207 static bool matchTest( TestCaseHandle const& testCase,
7208 TestSpec const& testSpec,
7209 IConfig const& config ) {
7210 return testSpec.matches( testCase.getTestCaseInfo() ) &&
7211 isThrowSafe( testCase, config );
7212 }
7213
7214 } // end unnamed namespace
7215

Callers 1

filterTestsFunction · 0.70

Calls 2

isThrowSafeFunction · 0.70
matchesMethod · 0.45

Tested by

no test coverage detected