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

Method acquireGeneratorTracker

lib/catch2/catch.hpp:12836–12842  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12834 return true;
12835 }
12836 auto RunContext::acquireGeneratorTracker( StringRef generatorName, SourceLineInfo const& lineInfo ) -> IGeneratorTracker& {
12837 using namespace Generators;
12838 GeneratorTracker& tracker = GeneratorTracker::acquire(m_trackerContext,
12839 TestCaseTracking::NameAndLocation( static_cast<std::string>(generatorName), lineInfo ) );
12840 m_lastAssertionInfo.lineInfo = lineInfo;
12841 return tracker;
12842 }
12843
12844 bool RunContext::testForMissingAssertions(Counts& assertions) {
12845 if (assertions.total() != 0)

Callers 1

acquireGeneratorTrackerFunction · 0.80

Calls 2

acquireFunction · 0.85
NameAndLocationClass · 0.85

Tested by

no test coverage detected