Searched refs:setExcludedGroups (Results 1 – 13 of 13) sorted by relevance
59 s.setExcludedGroups(Arrays.asList(excludedSuiteGroups)); in runWithSuite()62 t.setExcludedGroups(Arrays.asList(excludedTestGroups)); in runWithSuite()
39 if (exclude != null) tng.setExcludedGroups(exclude); in runTest()
36 if (excludedGroups != null) tng.setExcludedGroups(excludedGroups); in runTest()
119 tmpTest.setExcludedGroups(test.getExcludedGroups()); in dispatch()
170 xmlTest.setExcludedGroups(srcXmlTest.getExcludedGroups()); in createXmlTest()
480 m_currentTest.setExcludedGroups(m_currentExcludedGroups); in xmlRun()483 m_currentSuite.setExcludedGroups(m_currentExcludedGroups); in xmlRun()
619 result.setExcludedGroups(getExcludedGroups()); in clone()987 public void setExcludedGroups(List<String> g) { in setExcludedGroups() method in XmlSuite
214 public void setExcludedGroups(List<String> g) { in setExcludedGroups() method in XmlTest651 result.setExcludedGroups(getExcludedGroups()); in clone()
277 public void setExcludedGroups(Map<String, String> excludedGroups) { in setExcludedGroups() method in XmlMethodSelector
201 xmlTest.setExcludedGroups(excludes); in populateTest()
658 public void setExcludedGroups(String groups) { in setExcludedGroups() method in TestNG879 t.setExcludedGroups(Arrays.asList(m_excludedGroups)); in initializeCommandLineSuitesGroups()1439 setExcludedGroups(cla.excludedGroups); in configure()
406 public void setExcludedGroups(String groups) { in setExcludedGroups() method in TestNGAntTask
389 m_xmlMethodSelector.setExcludedGroups(createGroups(m_xmlTest.getExcludedGroups())); in initRunInfo()