Home
last modified time | relevance | path

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

/external/testng/src/test/java/test/groupinvocation/
DGroupSuiteTest.java59 s.setExcludedGroups(Arrays.asList(excludedSuiteGroups)); in runWithSuite()
62 t.setExcludedGroups(Arrays.asList(excludedTestGroups)); in runWithSuite()
/external/testng/src/test/java/test/override/
DOverrideTest.java39 if (exclude != null) tng.setExcludedGroups(exclude); in runTest()
/external/testng/src/test/java/test/commandline/
DCommandLineOverridesXml.java36 if (excludedGroups != null) tng.setExcludedGroups(excludedGroups); in runTest()
/external/testng/src/main/java/org/testng/remote/
DSuiteDispatcher.java119 tmpTest.setExcludedGroups(test.getExcludedGroups()); in dispatch()
/external/testng/src/main/java/org/testng/reporters/
DFailedReporter.java170 xmlTest.setExcludedGroups(srcXmlTest.getExcludedGroups()); in createXmlTest()
/external/testng/src/main/java/org/testng/xml/
DTestNGContentHandler.java480 m_currentTest.setExcludedGroups(m_currentExcludedGroups); in xmlRun()
483 m_currentSuite.setExcludedGroups(m_currentExcludedGroups); in xmlRun()
DXmlSuite.java619 result.setExcludedGroups(getExcludedGroups()); in clone()
987 public void setExcludedGroups(List<String> g) { in setExcludedGroups() method in XmlSuite
DXmlTest.java214 public void setExcludedGroups(List<String> g) { in setExcludedGroups() method in XmlTest
651 result.setExcludedGroups(getExcludedGroups()); in clone()
/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/dom/
DDomUtil.java201 xmlTest.setExcludedGroups(excludes); in populateTest()
/external/testng/src/main/java/org/testng/
DTestNG.java658 public void setExcludedGroups(String groups) { in setExcludedGroups() method in TestNG
879 t.setExcludedGroups(Arrays.asList(m_excludedGroups)); in initializeCommandLineSuitesGroups()
1439 setExcludedGroups(cla.excludedGroups); in configure()
DTestNGAntTask.java406 public void setExcludedGroups(String groups) { in setExcludedGroups() method in TestNGAntTask
DTestRunner.java389 m_xmlMethodSelector.setExcludedGroups(createGroups(m_xmlTest.getExcludedGroups())); in initRunInfo()