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

Method fail

extlibs/catch/include/catch/catch.hpp:13859–13865  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13857 m_ctx.completeCycle();
13858 }
13859 void TrackerBase::fail() {
13860 m_runState = Failed;
13861 if( m_parent )
13862 m_parent->markAsNeedingAnotherRun();
13863 moveToParent();
13864 m_ctx.completeCycle();
13865 }
13866 void TrackerBase::markAsNeedingAnotherRun() {
13867 m_runState = NeedsAnotherRun;
13868 }

Callers 3

convertIntoFunction · 0.80
sectionEndedEarlyMethod · 0.80
FileStreamMethod · 0.80

Calls 2

completeCycleMethod · 0.80

Tested by

no test coverage detected