Searched refs:setExcludedGroups (Results 1 - 13 of 13) sorted by relevance

/external/testng/src/test/java/test/groupinvocation/
H A DGroupSuiteTest.java59 s.setExcludedGroups(Arrays.asList(excludedSuiteGroups));
62 t.setExcludedGroups(Arrays.asList(excludedTestGroups));
/external/testng/src/test/java/test/commandline/
H A DCommandLineOverridesXml.java36 if (excludedGroups != null) tng.setExcludedGroups(excludedGroups);
/external/testng/src/test/java/test/override/
H A DOverrideTest.java39 if (exclude != null) tng.setExcludedGroups(exclude);
/external/testng/src/main/java/org/testng/remote/
H A DSuiteDispatcher.java119 tmpTest.setExcludedGroups(test.getExcludedGroups());
/external/testng/src/main/java/org/testng/reporters/
H A DFailedReporter.java170 xmlTest.setExcludedGroups(srcXmlTest.getExcludedGroups());
/external/testng/src/main/java/org/testng/internal/
H A DXmlMethodSelector.java277 public void setExcludedGroups(Map<String, String> excludedGroups) { method in class:XmlMethodSelector
/external/testng/src/main/java/org/testng/xml/dom/
H A DDomUtil.java201 xmlTest.setExcludedGroups(excludes);
/external/testng/src/main/java/org/testng/xml/
H A DTestNGContentHandler.java480 m_currentTest.setExcludedGroups(m_currentExcludedGroups);
483 m_currentSuite.setExcludedGroups(m_currentExcludedGroups);
H A DXmlSuite.java619 result.setExcludedGroups(getExcludedGroups());
987 public void setExcludedGroups(List<String> g) { method in class:XmlSuite
H A DXmlTest.java214 public void setExcludedGroups(List<String> g) { method in class:XmlTest
651 result.setExcludedGroups(getExcludedGroups());
/external/testng/src/main/java/org/testng/
H A DTestNG.java658 public void setExcludedGroups(String groups) { method in class:TestNG
879 t.setExcludedGroups(Arrays.asList(m_excludedGroups));
1439 setExcludedGroups(cla.excludedGroups);
H A DTestNGAntTask.java406 public void setExcludedGroups(String groups) { method in class:TestNGAntTask
H A DTestRunner.java389 m_xmlMethodSelector.setExcludedGroups(createGroups(m_xmlTest.getExcludedGroups()));

Completed in 2276 milliseconds