Searched refs:isSuccessfullyCompleted (Results 1 – 1 of 1) sorted by relevance
7422 virtual bool isSuccessfullyCompleted() const = 0;7490 bool isSuccessfullyCompleted() const override;12526 } while (!m_testCaseTracker->isSuccessfullyCompleted() && !aborting()); in runTest()14120 bool TrackerBase::isSuccessfullyCompleted() const { in isSuccessfullyCompleted() function in Catch::TestCaseTracking::TrackerBase