Searched refs:checkTestGroupName (Results 1 – 4 of 4) sorted by relevance
189 bool checkTestGroupName (const char* groupName) const;
880 static bool checkTestGroupName (const CaseTreeNode* root, const char* groupPath) in checkTestGroupName() function892 bool CommandLine::checkTestGroupName (const char* groupName) const in checkTestGroupName() function in tcu::CommandLine897 return groupName[0] == 0 || tcu::checkTestGroupName(m_caseTree, groupName); in checkTestGroupName()
175 …if (!(isLeaf ? m_cmdLine.checkTestCaseName(nodePath.c_str()) : m_cmdLine.checkTestGroupName(nodePa… in next()
112 matchGroup = cmdLine.checkTestGroupName(curCase.path); in iterate()