MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/TriangleMeshDistance / acquireGeneratorTracker

Method acquireGeneratorTracker

tests/catch.hpp:10187–10193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10185 return true;
10186 }
10187 auto RunContext::acquireGeneratorTracker( SourceLineInfo const& lineInfo ) -> IGeneratorTracker& {
10188 using namespace Generators;
10189 GeneratorTracker& tracker = GeneratorTracker::acquire( m_trackerContext, TestCaseTracking::NameAndLocation( "generator", lineInfo ) );
10190 assert( tracker.isOpen() );
10191 m_lastAssertionInfo.lineInfo = lineInfo;
10192 return tracker;
10193 }
10194
10195 bool RunContext::testForMissingAssertions(Counts& assertions) {
10196 if (assertions.total() != 0)

Callers 1

acquireGeneratorTrackerFunction · 0.80

Calls 2

NameAndLocationClass · 0.85
isOpenMethod · 0.80

Tested by

no test coverage detected