MCPcopy Create free account
hub / github.com/InteractiveComputerGraphics/SPlisHSPlasH / isSuccessfullyCompleted

Method isSuccessfullyCompleted

extern/Catch2/catch.hpp:14411–14413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14409 return m_runState == CompletedSuccessfully || m_runState == Failed;
14410 }
14411 bool TrackerBase::isSuccessfullyCompleted() const {
14412 return m_runState == CompletedSuccessfully;
14413 }
14414 bool TrackerBase::isOpen() const {
14415 return m_runState != NotStarted && !isComplete();
14416 }

Callers 1

runTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected