Searched refs:m_testCaseTracker (Results 1 – 4 of 4) sorted by relevance
114 …m_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()
133 ITracker* m_testCaseTracker = nullptr; variable
5904 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
6234 ITracker* m_testCaseTracker = nullptr; member in Catch::RunContext10343 …m_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()