Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_test_case_tracker.h49 virtual void markAsNeedingAnotherRun() = 0;
129 void markAsNeedingAnotherRun() override;
Dcatch_test_case_tracker.cpp165 m_parent->markAsNeedingAnotherRun(); in fail()
169 void TrackerBase::markAsNeedingAnotherRun() { in markAsNeedingAnotherRun() function in Catch::TestCaseTracking::TrackerBase
/external/bcc/tests/cc/
Dcatch.hpp5477 virtual void markAsNeedingAnotherRun() = 0;
5645 m_parent->markAsNeedingAnotherRun(); in fail()
5649 virtual void markAsNeedingAnotherRun() CATCH_OVERRIDE { in markAsNeedingAnotherRun() function in Catch::TestCaseTracking::TrackerBase
/external/catch2/single_include/catch2/
Dcatch.hpp5801 virtual void markAsNeedingAnotherRun() = 0;
5880 void markAsNeedingAnotherRun() override;
12010 m_parent->markAsNeedingAnotherRun(); in fail()
12014 void TrackerBase::markAsNeedingAnotherRun() { in markAsNeedingAnotherRun() function in Catch::TestCaseTracking::TrackerBase