Searched refs:getExcludedGroups (Results 1 – 15 of 15) sorted by relevance
37 t.getExcludedGroups().clear(); in process()38 t.getExcludedGroups().addAll(Arrays.asList(m_excludedGroups)); in process()
144 if (t.getExcludedGroups().size() > 0) { in toYaml()146 .append(Utils.join(t.getExcludedGroups(), ",")) in toYaml()
263 public Map<String, String> getExcludedGroups() { in getExcludedGroups() method in XmlMethodSelector
72 public String[] getExcludedGroups(); in getExcludedGroups() method
389 m_xmlMethodSelector.setExcludedGroups(createGroups(m_xmlTest.getExcludedGroups())); in initRunInfo()1218 + "] excluded groups:[" + mapToString(m_xmlMethodSelector.getExcludedGroups()) + "]"); in logStart()1297 public String[] getExcludedGroups() { in getExcludedGroups() method in TestRunner1298 Map<String, String> eg= m_xmlMethodSelector.getExcludedGroups(); in getExcludedGroups()
39 test.getExcludedGroups().add("fast"); in simple()
165 writeTableData(testResult.getExcludedGroups()); in writeSuiteSummary()643 excludedGroups = formatGroups(context.getExcludedGroups()); in TestResult()762 public String getExcludedGroups() { in getExcludedGroups() method in EmailableReporter2.TestResult
170 xmlTest.setExcludedGroups(srcXmlTest.getExcludedGroups()); in createXmlTest()
292 ….append("<td>Excluded groups:</td><td>").append(arrayToString(testContext.getExcludedGroups())).ap… in generateLog()
389 summaryCell(overview.getExcludedGroups()); in generateSuiteSummaryReport()
322 Assert.assertEquals(s.getExcludedGroups(), Arrays.asList("excludeThisGroup")); in test()363 Assert.assertEquals(t.getExcludedGroups(), Arrays.asList("excludeThisGroup")); in testNoPackage()
546 List<String> excluded = getExcludedGroups(); in toXml()619 result.setExcludedGroups(getExcludedGroups()); in clone()995 public List<String> getExcludedGroups() { in getExcludedGroups() method in XmlSuite
222 public List<String> getExcludedGroups() { in getExcludedGroups() method in XmlTest224 result.addAll(m_suite.getExcludedGroups()); in getExcludedGroups()651 result.setExcludedGroups(getExcludedGroups()); in clone()
119 tmpTest.setExcludedGroups(test.getExcludedGroups()); in dispatch()
291 - Don't mutate the value returned by XmlTest#getIncludedGroups and XmlTest#getExcludedGroups.