Uses of Class
org.apache.maven.plugins.surefire.report.ReportTestSuite

Uses of ReportTestSuite in org.apache.maven.plugins.surefire.report
 

Methods in org.apache.maven.plugins.surefire.report that return types with arguments of type ReportTestSuite
 Map<String,List<ReportTestSuite>> SurefireReportParser.getSuitesGroupByPackage(List<ReportTestSuite> testSuitesList)
           
 Collection<ReportTestSuite> TestSuiteXmlParser.parse(InputStreamReader stream)
           
 Collection<ReportTestSuite> TestSuiteXmlParser.parse(String xmlPath)
           
 List<ReportTestSuite> SurefireReportParser.parseXMLReportFiles()
           
 

Method parameters in org.apache.maven.plugins.surefire.report with type arguments of type ReportTestSuite
 List<ReportTestCase> SurefireReportParser.getFailureDetails(List<ReportTestSuite> testSuitesList)
           
 Map<String,List<ReportTestSuite>> SurefireReportParser.getSuitesGroupByPackage(List<ReportTestSuite> testSuitesList)
           
 Map<String,String> SurefireReportParser.getSummary(List<ReportTestSuite> suites)
           
 



Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.