Searched refs:getChildSuites (Results 1 – 6 of 6) sorted by relevance
287 s.getChildSuites().add(cSuite); in initializeSuitesAndJarFile()448 List<XmlSuite> childSuites = s.getChildSuites(); in extractTestNamesFromChildSuites()998 checkTestNames(suite.getChildSuites()); in checkTestNames()1029 checkSuiteNamesInternal(suite.getChildSuites(), names); in checkSuiteNamesInternal()1240 for (XmlSuite childSuite : xmlSuite.getChildSuites()) { in runSuitesSequentially()1260 if (xmlSuite.getChildSuites().isEmpty()) { in populateSuiteGraph()1264 for (XmlSuite childSuite : xmlSuite.getChildSuites()) { in populateSuiteGraph()1309 for (XmlSuite childSuite : xmlSuite.getChildSuites()) { in createSuiteRunners()
45 for (XmlSuite xs : s.getChildSuites()) { in findAllSuites()
162 for (XmlSuite childSuite : xmlSuite.getChildSuites()) { in calculateResultCounts()
181 parentSuite.getChildSuites().add(currentXmlSuite); in parse()
746 public List<XmlSuite> getChildSuites() { in getChildSuites() method in XmlSuite
115 if (suite.getChildSuites().size() > 0) { in toYaml()