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

Method fail

unittests/catch.hpp:10235–10241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10233 m_ctx.completeCycle();
10234 }
10235 void TrackerBase::fail() {
10236 m_runState = Failed;
10237 if( m_parent )
10238 m_parent->markAsNeedingAnotherRun();
10239 moveToParent();
10240 m_ctx.completeCycle();
10241 }
10242 void TrackerBase::markAsNeedingAnotherRun() {
10243 m_runState = NeedsAnotherRun;
10244 }

Callers 3

convertIntoFunction · 0.80
sectionEndedEarlyMethod · 0.80
FileStreamMethod · 0.80

Calls 2

completeCycleMethod · 0.80

Tested by

no test coverage detected