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

Function matchTest

tests/catch.hpp:11550–11552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11548 return sorted;
11549 }
11550 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config ) {
11551 return testSpec.matches( testCase ) && ( config.allowThrows() || !testCase.throws() );
11552 }
11553
11554 void enforceNoDuplicateTestCases( std::vector<TestCase> const& functions ) {
11555 std::set<TestCase> seenFunctions;

Callers 2

runTestsFunction · 0.85
filterTestsFunction · 0.85

Calls 3

matchesMethod · 0.80
allowThrowsMethod · 0.80
throwsMethod · 0.80

Tested by

no test coverage detected