MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / fail

Method fail

Bcore/src/main/cpp/Dobby/tests/catch.hpp:10147–10153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10145 m_ctx.completeCycle();
10146}
10147void TrackerBase::fail() {
10148 m_runState = Failed;
10149 if (m_parent)
10150 m_parent->markAsNeedingAnotherRun();
10151 moveToParent();
10152 m_ctx.completeCycle();
10153}
10154void TrackerBase::markAsNeedingAnotherRun() {
10155 m_runState = NeedsAnotherRun;
10156}

Callers 3

convertIntoFunction · 0.80
sectionEndedEarlyMethod · 0.80
FileStreamMethod · 0.80

Calls 2

completeCycleMethod · 0.80

Tested by

no test coverage detected