Uses of Class
org.apache.maven.plugin.surefire.report.TestSetStats

Packages that use TestSetStats
org.apache.maven.plugin.surefire.report   
org.apache.maven.surefire.report   
 

Uses of TestSetStats in org.apache.maven.plugin.surefire.report
 

Methods in org.apache.maven.plugin.surefire.report with parameters of type TestSetStats
 void StatelessXmlReporter.testSetCompleted(WrappedReportEntry testSetReportEntry, TestSetStats testSetStats)
           
 void FileReporter.testSetCompleted(WrappedReportEntry report, TestSetStats testSetStats, List<String> testResults)
           
 void ConsoleReporter.testSetCompleted(WrappedReportEntry report, TestSetStats testSetStats, List<String> testResults)
           
 

Uses of TestSetStats in org.apache.maven.surefire.report
 

Methods in org.apache.maven.surefire.report with parameters of type TestSetStats
 void RunStatistics.add(TestSetStats testSetStats)
           
 



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