Searched refs:isSuccessfullyCompleted (Results 1 – 9 of 9) sorted by relevance
36 REQUIRE( s1.isSuccessfullyCompleted() );41 REQUIRE( testCase.isSuccessfullyCompleted() );47 REQUIRE( s1.isSuccessfullyCompleted() == false );52 REQUIRE( testCase.isSuccessfullyCompleted() == false );65 REQUIRE( testCase.isSuccessfullyCompleted() );83 REQUIRE( testCase.isSuccessfullyCompleted() );113 REQUIRE( s2b.isSuccessfullyCompleted() );117 REQUIRE( testCase2.isSuccessfullyCompleted() );124 REQUIRE( s2b.isSuccessfullyCompleted() == false );127 REQUIRE( testCase2.isSuccessfullyCompleted() == false );[all …]
40 virtual bool isSuccessfullyCompleted() const = 0;108 bool isSuccessfullyCompleted() const override;
80 bool TrackerBase::isSuccessfullyCompleted() const { in isSuccessfullyCompleted() function in Catch::TestCaseTracking::TrackerBase
116 } while (!m_testCaseTracker->isSuccessfullyCompleted() && !aborting()); in runTest()
1420 PartTracker.tests.cpp:<line number>: passed: s1.isSuccessfullyCompleted() for: true1423 PartTracker.tests.cpp:<line number>: passed: testCase.isSuccessfullyCompleted() for: true1427 PartTracker.tests.cpp:<line number>: passed: s1.isSuccessfullyCompleted() == false for: false == fa…1430 PartTracker.tests.cpp:<line number>: passed: testCase.isSuccessfullyCompleted() == false for: false…1435 PartTracker.tests.cpp:<line number>: passed: testCase.isSuccessfullyCompleted() for: true1439 PartTracker.tests.cpp:<line number>: passed: s1.isSuccessfullyCompleted() == false for: false == fa…1442 PartTracker.tests.cpp:<line number>: passed: testCase.isSuccessfullyCompleted() == false for: false…1448 PartTracker.tests.cpp:<line number>: passed: testCase.isSuccessfullyCompleted() for: true1458 PartTracker.tests.cpp:<line number>: passed: s2b.isSuccessfullyCompleted() for: true1460 PartTracker.tests.cpp:<line number>: passed: testCase2.isSuccessfullyCompleted() for: true[all …]
10500 REQUIRE( s1.isSuccessfullyCompleted() )10515 REQUIRE( testCase.isSuccessfullyCompleted() )10548 REQUIRE( s1.isSuccessfullyCompleted() == false )10563 REQUIRE( testCase.isSuccessfullyCompleted() == false )10596 REQUIRE( testCase.isSuccessfullyCompleted() )10629 REQUIRE( s1.isSuccessfullyCompleted() == false )10644 REQUIRE( testCase.isSuccessfullyCompleted() == false )10682 REQUIRE( testCase.isSuccessfullyCompleted() )10762 REQUIRE( s2b.isSuccessfullyCompleted() )10772 REQUIRE( testCase2.isSuccessfullyCompleted() )[all …]
5468 virtual bool isSuccessfullyCompleted() const = 0;5574 virtual bool isSuccessfullyCompleted() const CATCH_OVERRIDE { in isSuccessfullyCompleted() function in Catch::TestCaseTracking::TrackerBase5907 while( !m_testCaseTracker->isSuccessfullyCompleted() && !aborting() ); in runTest()
7450 virtual bool isSuccessfullyCompleted() const = 0;7518 bool isSuccessfullyCompleted() const override;12556 } while (!m_testCaseTracker->isSuccessfullyCompleted() && !aborting()); in runTest()14151 bool TrackerBase::isSuccessfullyCompleted() const { in isSuccessfullyCompleted() function in Catch::TestCaseTracking::TrackerBase
7495 virtual bool isSuccessfullyCompleted() const = 0;7562 bool isSuccessfullyCompleted() const override;12699 } while (!m_testCaseTracker->isSuccessfullyCompleted() && !aborting()); in runTest()14347 bool TrackerBase::isSuccessfullyCompleted() const { in isSuccessfullyCompleted() function in Catch::TestCaseTracking::TrackerBase