Home
last modified time | relevance | path

Searched refs:m_testCaseTracker (Results 1 – 4 of 4) 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()
361 m_testCaseTracker->close(); in runCurrentTest()
Dcatch_run_context.h133 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.hpp6234 ITracker* m_testCaseTracker = nullptr; member in Catch::RunContext
10343m_testCaseTracker = &SectionTracker::acquire(m_trackerContext, TestCaseTracking::NameAndLocation(t… in runTest()
10345 } while (!m_testCaseTracker->isSuccessfullyCompleted() && !aborting()); in runTest()
10361 m_testCaseTracker = nullptr; in runTest()
10590 m_testCaseTracker->close(); in runCurrentTest()