Searched refs:getIncludedGroups (Results 1 – 15 of 15) sorted by relevance
30 t.getIncludedGroups().clear(); in process()31 t.getIncludedGroups().addAll(Arrays.asList(m_groups)); in process()
138 if (t.getIncludedGroups().size() > 0) { in toYaml()140 .append(Utils.join(t.getIncludedGroups(), ",")) in toYaml()
270 public Map<String, String> getIncludedGroups() { in getIncludedGroups() method in XmlMethodSelector
23 String[] groups = ctx.getIncludedGroups(); in createContext()
67 public String[] getIncludedGroups(); in getIncludedGroups() method
388 m_xmlMethodSelector.setIncludedGroups(createGroups(m_xmlTest.getIncludedGroups())); in initRunInfo()1217 + " included groups:[" + mapToString(m_xmlMethodSelector.getIncludedGroups()) in logStart()1289 public String[] getIncludedGroups() { in getIncludedGroups() method in TestRunner1290 Map<String, String> ig= m_xmlMethodSelector.getIncludedGroups(); in getIncludedGroups()
127 public List<String> getIncludedGroups() { in getIncludedGroups() method in XmlTest131 result.addAll(m_suite.getIncludedGroups()); in getIncludedGroups()135 result.addAll(m_suite.getIncludedGroups()); in getIncludedGroups()650 result.setIncludedGroups(getIncludedGroups()); in clone()
545 List<String> included = getIncludedGroups(); in toXml()620 result.setIncludedGroups(getIncludedGroups()); in clone()964 public List<String> getIncludedGroups() { in getIncludedGroups() method in XmlSuite
164 writeTableData(testResult.getIncludedGroups()); in writeSuiteSummary()642 includedGroups = formatGroups(context.getIncludedGroups()); in TestResult()758 public String getIncludedGroups() { in getIncludedGroups() method in EmailableReporter2.TestResult
169 xmlTest.setIncludedGroups(srcXmlTest.getIncludedGroups()); in createXmlTest()
290 ….append("<td>Included groups:</td><td>").append(arrayToString(testContext.getIncludedGroups())).ap… in generateLog()
388 summaryCell(overview.getIncludedGroups()); in generateSuiteSummaryReport()
321 Assert.assertEquals(s.getIncludedGroups(), Arrays.asList("includeThisGroup")); in test()362 Assert.assertEquals(t.getIncludedGroups(), Arrays.asList("nopackage", "includeThisGroup")); in testNoPackage()
120 tmpTest.setIncludedGroups(test.getIncludedGroups()); in dispatch()
291 - Don't mutate the value returned by XmlTest#getIncludedGroups and XmlTest#getExcludedGroups.