MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / matchTest

Function matchTest

extern/Catch2/catch.hpp:14272–14274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14270 }
14271
14272 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config ) {
14273 return testSpec.matches( testCase ) && isThrowSafe( testCase, config );
14274 }
14275
14276 void enforceNoDuplicateTestCases( std::vector<TestCase> const& functions ) {
14277 std::set<TestCase> seenFunctions;

Callers 1

filterTestsFunction · 0.85

Calls 2

isThrowSafeFunction · 0.85
matchesMethod · 0.45

Tested by

no test coverage detected