MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / matchTest

Function matchTest

extlibs/catch/include/catch/catch.hpp:13640–13642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13638 }
13639
13640 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config ) {
13641 return testSpec.matches( testCase ) && isThrowSafe( testCase, config );
13642 }
13643
13644 void enforceNoDuplicateTestCases( std::vector<TestCase> const& functions ) {
13645 std::set<TestCase> seenFunctions;

Callers 1

filterTestsFunction · 0.85

Calls 2

isThrowSafeFunction · 0.85
matchesMethod · 0.80

Tested by

no test coverage detected