MCPcopy Create free account
hub / github.com/Profactor/cv-plot / matchTest

Function matchTest

CvPlot/ext/catch2/inc/catch.hpp:13978–13980  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13976 }
13977
13978 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config ) {
13979 return testSpec.matches( testCase ) && isThrowSafe( testCase, config );
13980 }
13981
13982 void enforceNoDuplicateTestCases( std::vector<TestCase> const& functions ) {
13983 std::set<TestCase> seenFunctions;

Callers 1

filterTestsFunction · 0.85

Calls 2

isThrowSafeFunction · 0.85
matchesMethod · 0.80

Tested by

no test coverage detected