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

Method acquireGeneratorTracker

external/catch.hpp:12825–12831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12823 return true;
12824 }
12825 auto RunContext::acquireGeneratorTracker( StringRef generatorName, SourceLineInfo const& lineInfo ) -> IGeneratorTracker& {
12826 using namespace Generators;
12827 GeneratorTracker& tracker = GeneratorTracker::acquire(m_trackerContext,
12828 TestCaseTracking::NameAndLocation( static_cast<std::string>(generatorName), lineInfo ) );
12829 m_lastAssertionInfo.lineInfo = lineInfo;
12830 return tracker;
12831 }
12832
12833 bool RunContext::testForMissingAssertions(Counts& assertions) {
12834 if (assertions.total() != 0)

Callers 1

acquireGeneratorTrackerFunction · 0.80

Calls 1

NameAndLocationClass · 0.85

Tested by

no test coverage detected