Lines Matching full:groupname
2059 const char* groupName;
2176 const char* const groupName = functionCaseGroups[funcNdx].groupName;
2186 if (funcNdx == 0 || parentGroup != functionCaseGroups[funcNdx-1].parentGroup || string(groupName) != functionCaseGroups[funcNdx-1].groupName)
2188 tcu::TestCaseGroup* const funcGroup = new tcu::TestCaseGroup(m_testCtx, groupName, "");