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

Method isSuccessfullyCompleted

extlibs/catch/include/catch/catch.hpp:13782–13784  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13780 return m_runState == CompletedSuccessfully || m_runState == Failed;
13781 }
13782 bool TrackerBase::isSuccessfullyCompleted() const {
13783 return m_runState == CompletedSuccessfully;
13784 }
13785 bool TrackerBase::isOpen() const {
13786 return m_runState != NotStarted && !isComplete();
13787 }

Callers 1

runTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected