Home
last modified time | relevance | path

Searched defs:setExcludedGroups (Results 1 – 5 of 5) sorted by relevance

/external/testng/src/main/java/org/testng/internal/
DXmlMethodSelector.java277 public void setExcludedGroups(Map<String, String> excludedGroups) { in setExcludedGroups() method in XmlMethodSelector
/external/testng/src/main/java/org/testng/xml/
DXmlTest.java214 public void setExcludedGroups(List<String> g) { in setExcludedGroups() method in XmlTest
DXmlSuite.java987 public void setExcludedGroups(List<String> g) { in setExcludedGroups() method in XmlSuite
/external/testng/src/main/java/org/testng/
DTestNGAntTask.java406 public void setExcludedGroups(String groups) { in setExcludedGroups() method in TestNGAntTask
DTestNG.java658 public void setExcludedGroups(String groups) { in setExcludedGroups() method in TestNG