MCPcopy Create free account
hub / github.com/RenderKit/embree / acquireGeneratorTracker

Method acquireGeneratorTracker

tutorials/external/catch.hpp:10448–10454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10446 return true;
10447 }
10448 auto RunContext::acquireGeneratorTracker( SourceLineInfo const& lineInfo ) -> IGeneratorTracker& {
10449 using namespace Generators;
10450 GeneratorTracker& tracker = GeneratorTracker::acquire( m_trackerContext, TestCaseTracking::NameAndLocation( "generator", lineInfo ) );
10451 assert( tracker.isOpen() );
10452 m_lastAssertionInfo.lineInfo = lineInfo;
10453 return tracker;
10454 }
10455
10456 bool RunContext::testForMissingAssertions(Counts& assertions) {
10457 if (assertions.total() != 0)

Callers 1

acquireGeneratorTrackerFunction · 0.80

Calls 2

NameAndLocationClass · 0.85
isOpenMethod · 0.80

Tested by

no test coverage detected