MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / startCycle

Method startCycle

extlibs/catch/include/catch/catch.hpp:13752–13755  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13750 }
13751
13752 void TrackerContext::startCycle() {
13753 m_currentTracker = m_rootTracker.get();
13754 m_runState = Executing;
13755 }
13756 void TrackerContext::completeCycle() {
13757 m_runState = CompletedCycle;
13758 }

Callers 1

runTestMethod · 0.80

Calls 1

getMethod · 0.45

Tested by

no test coverage detected