MCPcopy Create free account
hub / github.com/cinder/Cinder / fail

Method fail

test/unit/src/catch.hpp:14490–14496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14488 m_ctx.completeCycle();
14489 }
14490 void TrackerBase::fail() {
14491 m_runState = Failed;
14492 if( m_parent )
14493 m_parent->markAsNeedingAnotherRun();
14494 moveToParent();
14495 m_ctx.completeCycle();
14496 }
14497 void TrackerBase::markAsNeedingAnotherRun() {
14498 m_runState = NeedsAnotherRun;
14499 }

Callers 13

convertIntoFunction · 0.80
sectionEndedEarlyMethod · 0.80
FileStreamMethod · 0.80
jquery.jsFile · 0.80
AnimationFunction · 0.80
jquery.min.jsFile · 0.80
XaFunction · 0.80
path2dpart3.jsFile · 0.80
erFunction · 0.80
path2dpart2.jsFile · 0.80
erFunction · 0.80
path2dpart1.jsFile · 0.80

Calls 2

completeCycleMethod · 0.80

Tested by

no test coverage detected