public class WrappedReportEntry extends Object implements ReportEntry
Constructor and Description |
---|
WrappedReportEntry(ReportEntry original,
ReportEntryType reportEntryType,
Integer estimatedElapsed,
org.apache.maven.plugin.surefire.report.Utf8RecodingDeferredFileOutputStream stdout,
org.apache.maven.plugin.surefire.report.Utf8RecodingDeferredFileOutputStream stdErr) |
Modifier and Type | Method and Description |
---|---|
String |
elapsedTimeAsString() |
Integer |
getElapsed() |
String |
getElapsedTimeSummary() |
String |
getGroup() |
String |
getMessage() |
String |
getName() |
String |
getNameWithGroup() |
String |
getOutput(boolean trimStackTrace) |
ReportEntryType |
getReportEntryType() |
String |
getReportName() |
String |
getReportName(String suffix) |
String |
getSourceName() |
String |
getStackTrace(boolean trimStackTrace) |
StackTraceWriter |
getStackTraceWriter() |
org.apache.maven.plugin.surefire.report.Utf8RecodingDeferredFileOutputStream |
getStdErr() |
org.apache.maven.plugin.surefire.report.Utf8RecodingDeferredFileOutputStream |
getStdout() |
boolean |
isErrorOrFailure() |
boolean |
isSkipped() |
boolean |
isSucceeded() |
public WrappedReportEntry(ReportEntry original, ReportEntryType reportEntryType, Integer estimatedElapsed, org.apache.maven.plugin.surefire.report.Utf8RecodingDeferredFileOutputStream stdout, org.apache.maven.plugin.surefire.report.Utf8RecodingDeferredFileOutputStream stdErr)
public Integer getElapsed()
getElapsed
in interface ReportEntry
public ReportEntryType getReportEntryType()
public org.apache.maven.plugin.surefire.report.Utf8RecodingDeferredFileOutputStream getStdout()
public org.apache.maven.plugin.surefire.report.Utf8RecodingDeferredFileOutputStream getStdErr()
public String getSourceName()
getSourceName
in interface ReportEntry
public String getName()
getName
in interface ReportEntry
public String getGroup()
getGroup
in interface ReportEntry
public StackTraceWriter getStackTraceWriter()
getStackTraceWriter
in interface ReportEntry
public String getMessage()
getMessage
in interface ReportEntry
public String getStackTrace(boolean trimStackTrace)
public String elapsedTimeAsString()
public String getReportName()
public String getOutput(boolean trimStackTrace)
public String getElapsedTimeSummary()
public boolean isErrorOrFailure()
public boolean isSkipped()
public boolean isSucceeded()
public String getNameWithGroup()
getNameWithGroup
in interface ReportEntry
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.