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

Function matchTest

external/catch.hpp:14259–14261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14257 }
14258
14259 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config ) {
14260 return testSpec.matches( testCase ) && isThrowSafe( testCase, config );
14261 }
14262
14263 void enforceNoDuplicateTestCases( std::vector<TestCase> const& functions ) {
14264 std::set<TestCase> seenFunctions;

Callers 1

filterTestsFunction · 0.85

Calls 2

isThrowSafeFunction · 0.85
matchesMethod · 0.80

Tested by

no test coverage detected