Searched refs:setIncludedGroups (Results 1 – 10 of 10) sorted by relevance
58 s.setIncludedGroups(Arrays.asList(suiteGroups)); in runWithSuite()61 t.setIncludedGroups(Arrays.asList(testGroups)); in runWithSuite()
120 tmpTest.setIncludedGroups(test.getIncludedGroups()); in dispatch()
169 xmlTest.setIncludedGroups(srcXmlTest.getIncludedGroups()); in createXmlTest()
479 m_currentTest.setIncludedGroups(m_currentIncludedGroups); in xmlRun()482 m_currentSuite.setIncludedGroups(m_currentIncludedGroups); in xmlRun()
207 public void setIncludedGroups(List<String> g) { in setIncludedGroups() method in XmlTest650 result.setIncludedGroups(getIncludedGroups()); in clone()
620 result.setIncludedGroups(getIncludedGroups()); in clone()980 public void setIncludedGroups(List<String> g) { in setIncludedGroups() method in XmlSuite
200 xmlTest.setIncludedGroups(includes); in populateTest()
284 public void setIncludedGroups(Map<String, String> includedGroups) { in setIncludedGroups() method in XmlMethodSelector
876 t.setIncludedGroups(Arrays.asList(m_includedGroups)); in initializeCommandLineSuitesGroups()
388 m_xmlMethodSelector.setIncludedGroups(createGroups(m_xmlTest.getIncludedGroups())); in initRunInfo()