MCPcopy Create free account
hub / github.com/FidoProject/Fido / isComplete

Method isComplete

tests/catch.h:5571–5573  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5569 return m_name;
5570 }
5571 virtual bool isComplete() const CATCH_OVERRIDE {
5572 return m_runState == CompletedSuccessfully || m_runState == Failed;
5573 }
5574 virtual bool isSuccessfullyCompleted() const CATCH_OVERRIDE {
5575 return m_runState == CompletedSuccessfully;
5576 }

Callers 3

TrackerBaseClass · 0.80
SectionTrackerClass · 0.80
IndexTrackerClass · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected