HomeSort by relevance Sort by last modified time
    Searched refs:getExcludedGroups (Results 1 - 15 of 15) sorted by null

  /external/testng/src/main/java/org/testng/internal/
OverrideProcessor.java 37 t.getExcludedGroups().clear();
38 t.getExcludedGroups().addAll(Arrays.asList(m_excludedGroups));
Yaml.java 144 if (t.getExcludedGroups().size() > 0) {
146 .append(Utils.join(t.getExcludedGroups(), ","))
XmlMethodSelector.java 263 public Map<String, String> getExcludedGroups() {
  /external/testng/src/main/java/org/testng/
ITestContext.java 72 public String[] getExcludedGroups();
TestRunner.java 389 m_xmlMethodSelector.setExcludedGroups(createGroups(m_xmlTest.getExcludedGroups()));
    [all...]
  /external/testng/src/test/java/test/xml/
XmlVerifyTest.java 39 test.getExcludedGroups().add("fast");
  /external/testng/src/main/java/org/testng/reporters/
EmailableReporter2.java 165 writeTableData(testResult.getExcludedGroups());
643 excludedGroups = formatGroups(context.getExcludedGroups());
762 public String getExcludedGroups() {
FailedReporter.java 170 xmlTest.setExcludedGroups(srcXmlTest.getExcludedGroups());
TestHTMLReporter.java 292 .append("<td>Excluded groups:</td><td>").append(arrayToString(testContext.getExcludedGroups())).append("</td>\n")
EmailableReporter.java 389 summaryCell(overview.getExcludedGroups());
  /external/testng/src/main/java/org/testng/xml/dom/
XDom.java 322 Assert.assertEquals(s.getExcludedGroups(), Arrays.asList("excludeThisGroup"));
363 Assert.assertEquals(t.getExcludedGroups(), Arrays.asList("excludeThisGroup"));
  /external/testng/src/main/java/org/testng/remote/
SuiteDispatcher.java 119 tmpTest.setExcludedGroups(test.getExcludedGroups());
  /external/testng/src/main/java/org/testng/xml/
XmlSuite.java 546 List<String> excluded = getExcludedGroups();
619 result.setExcludedGroups(getExcludedGroups());
995 public List<String> getExcludedGroups() {
XmlTest.java 222 public List<String> getExcludedGroups() {
224 result.addAll(m_suite.getExcludedGroups());
651 result.setExcludedGroups(getExcludedGroups());
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 236 milliseconds