MCPcopy Create free account
hub / github.com/apache/trafficserver / isSuccessfullyCompleted

Method isSuccessfullyCompleted

lib/catch2/catch.hpp:14409–14411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

runTestMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected