Home
last modified time | relevance | path

Searched refs:isSuccessfullyCompleted (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp7422 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