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

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

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

Methods in org.apache.maven.plugin.surefire.report that return types with arguments of type WrappedReportEntry
 List<WrappedReportEntry> TestSetStats.getReportEntries()
           
 

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



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