Searched refs:nodePath (Results 1 – 1 of 1) sorted by relevance
153 string nodePath; in buildNodePath() local158 nodePath += "."; in buildNodePath()159 nodePath += iter.node->getName(); in buildNodePath()161 return nodePath; in buildNodePath()176 const std::string nodePath = buildNodePath(m_sessionStack); in next() local179 …ter.checkRunnerType(node->getRunnerType()) && m_caseListFilter.checkTestCaseName(nodePath.c_str())) in next()180 : m_caseListFilter.checkTestGroupName(nodePath.c_str()))) in next()186 m_nodePath = nodePath; in next()