Searched refs:createGroups (Results 1 - 2 of 2) sorted by relevance

/external/deqp/scripts/
H A Dtestset.py125 def createGroups (results, groupNames): function
274 groups = createGroups(results, readGroupList(options.groups_file))
279 groups = createGroups(results, readGroupList(options.groups_file))
/external/testng/src/main/java/org/testng/
H A DTestRunner.java388 m_xmlMethodSelector.setIncludedGroups(createGroups(m_xmlTest.getIncludedGroups()));
389 m_xmlMethodSelector.setExcludedGroups(createGroups(m_xmlTest.getExcludedGroups()));
580 private Map<String, String> createGroups(List<String> groups) { method in class:TestRunner
581 return createGroups(groups.toArray(new String[groups.size()]));
584 private Map<String, String> createGroups(String[] groups) { method in class:TestRunner

Completed in 54 milliseconds