Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_run_context.cpp114m_testCaseTracker = &SectionTracker::acquire(m_trackerContext, TestCaseTracking::NameAndLocation(t… in runTest()
116 } while (!m_testCaseTracker->isSuccessfullyCompleted() && !aborting()); in runTest()
132 m_testCaseTracker = nullptr; in runTest()
370 m_testCaseTracker->close(); in runCurrentTest()
Dcatch_run_context.h137 ITracker* m_testCaseTracker = nullptr; variable
/external/bcc/tests/cc/
Dcatch.hpp5904 m_testCaseTracker = &SectionTracker::acquire( m_trackerContext, testInfo.name ); in runTest()
5907 while( !m_testCaseTracker->isSuccessfullyCompleted() && !aborting() ); in runTest()
5926 m_testCaseTracker = CATCH_NULL; in runTest()
6095 m_testCaseTracker->close(); in runCurrentTest()
6141 ITracker* m_testCaseTracker; member in Catch::RunContext
/external/catch2/single_include/catch2/
Dcatch.hpp8122 ITracker* m_testCaseTracker = nullptr; member in Catch::RunContext
12554m_testCaseTracker = &SectionTracker::acquire(m_trackerContext, TestCaseTracking::NameAndLocation(t… in runTest()
12556 } while (!m_testCaseTracker->isSuccessfullyCompleted() && !aborting()); in runTest()
12572 m_testCaseTracker = nullptr; in runTest()
12810 m_testCaseTracker->close(); in runCurrentTest()
/external/libabigail/tests/lib/
Dcatch.hpp8177 ITracker* m_testCaseTracker = nullptr; member in Catch::RunContext
12697m_testCaseTracker = &SectionTracker::acquire(m_trackerContext, TestCaseTracking::NameAndLocation(t… in runTest()
12699 } while (!m_testCaseTracker->isSuccessfullyCompleted() && !aborting()); in runTest()
12715 m_testCaseTracker = nullptr; in runTest()
12953 m_testCaseTracker->close(); in runCurrentTest()