MCPcopy Create free account
hub / github.com/WasmEdge/WasmEdge / acquireGeneratorTracker

Method acquireGeneratorTracker

test/expected/catch.hpp:12618–12624  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12616 return true;
12617 }
12618 auto RunContext::acquireGeneratorTracker( SourceLineInfo const& lineInfo ) -> IGeneratorTracker& {
12619 using namespace Generators;
12620 GeneratorTracker& tracker = GeneratorTracker::acquire( m_trackerContext, TestCaseTracking::NameAndLocation( "generator", lineInfo ) );
12621 assert( tracker.isOpen() );
12622 m_lastAssertionInfo.lineInfo = lineInfo;
12623 return tracker;
12624 }
12625
12626 bool RunContext::testForMissingAssertions(Counts& assertions) {
12627 if (assertions.total() != 0)

Callers 1

acquireGeneratorTrackerFunction · 0.80

Calls 2

NameAndLocationClass · 0.85
isOpenMethod · 0.80

Tested by

no test coverage detected