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
 Collection<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 FileReporter.testSetCompleted(WrappedReportEntry report, TestSetStats testSetStats, List<String> testResults)
           
 void ConsoleReporter.testSetCompleted(WrappedReportEntry report, TestSetStats testSetStats, List<String> testResults)
           
 void TestSetStats.testSkipped(WrappedReportEntry reportEntry)
           
 void TestSetStats.testSucceeded(WrappedReportEntry reportEntry)
           
 

Constructor parameters in org.apache.maven.plugin.surefire.report with type arguments of type WrappedReportEntry
StatelessXmlReporter(File reportsDirectory, String reportNameSuffix, boolean trimStackTrace, int rerunFailingTestsCount, Map<String,Map<String,List<WrappedReportEntry>>> testClassMethodRunHistoryMap)
           
 



Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.