MCPcopy Create free account
hub / github.com/apache/trafficserver / matchTest

Function matchTest

lib/catch2/catch.hpp:14270–14272  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14268 }
14269
14270 bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config ) {
14271 return testSpec.matches( testCase ) && isThrowSafe( testCase, config );
14272 }
14273
14274 void enforceNoDuplicateTestCases( std::vector<TestCase> const& functions ) {
14275 std::set<TestCase> seenFunctions;

Callers 1

filterTestsFunction · 0.85

Calls 2

isThrowSafeFunction · 0.85
matchesMethod · 0.80

Tested by

no test coverage detected