MCPcopy Create free account
hub / github.com/RenderKit/embree / matchTest

Function matchTest

tutorials/external/catch.hpp:11824–11826  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11822 return sorted;
11823 }
11824 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config ) {
11825 return testSpec.matches( testCase ) && ( config.allowThrows() || !testCase.throws() );
11826 }
11827
11828 void enforceNoDuplicateTestCases( std::vector<TestCase> const& functions ) {
11829 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