OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createGroups
(Results
1 - 2
of
2
) sorted by null
/external/deqp/scripts/
testset.py
125
def
createGroups
(results, groupNames):
274
groups =
createGroups
(results, readGroupList(options.groups_file))
279
groups =
createGroups
(results, readGroupList(options.groups_file))
/external/testng/src/main/java/org/testng/
TestRunner.java
388
m_xmlMethodSelector.setIncludedGroups(
createGroups
(m_xmlTest.getIncludedGroups()));
389
m_xmlMethodSelector.setExcludedGroups(
createGroups
(m_xmlTest.getExcludedGroups()));
580
private Map<String, String>
createGroups
(List<String> groups) {
581
return
createGroups
(groups.toArray(new String[groups.size()]));
584
private Map<String, String>
createGroups
(String[] groups) {
[
all
...]
Completed in 97 milliseconds