Searched refs:getNodePath (Results 1 – 6 of 6) sorted by relevance
94 … isEnter ? enterTestGroup(m_iterator.getNodePath()) : leaveTestGroup(m_iterator.getNodePath()); in iterate()107 if (enterTestCase(testCase, m_iterator.getNodePath())) in iterate()
125 const std::string& getNodePath (void) const;
218 …xecutable(iter.getNode()->getNodeType()) ? "TEST" : "GROUP") << ": " << iter.getNodePath() << "\n"; in writeTxtCaselistsToFiles()
63 …xecutable(iter.getNode()->getNodeType()) ? "TEST" : "GROUP") << ": " << iter.getNodePath() << "\n"; in writeCaselistsToStdout()
145 const std::string& TestHierarchyIterator::getNodePath (void) const in getNodePath() function in tcu::TestHierarchyIterator
428 const string casePath = iterator.getNodePath(); in buildPrograms()