Class WrappedReportEntry

java.lang.Object
org.apache.maven.plugin.surefire.report.WrappedReportEntry
All Implemented Interfaces:
ReportEntry, TestSetReportEntry

public class WrappedReportEntry extends Object implements TestSetReportEntry
Author:
Kristian Rosenvold
  • Constructor Details

    • WrappedReportEntry

      public WrappedReportEntry(ReportEntry original, ReportEntryType reportEntryType, Integer estimatedElapsed, org.apache.maven.plugin.surefire.report.Utf8RecodingDeferredFileOutputStream stdout, org.apache.maven.plugin.surefire.report.Utf8RecodingDeferredFileOutputStream stdErr, Map<String,String> systemProperties)
    • WrappedReportEntry

      public WrappedReportEntry(ReportEntry original, ReportEntryType reportEntryType, Integer estimatedElapsed, org.apache.maven.plugin.surefire.report.Utf8RecodingDeferredFileOutputStream stdout, org.apache.maven.plugin.surefire.report.Utf8RecodingDeferredFileOutputStream stdErr)
  • Method Details