public class WrappedReportEntry extends Object implements TestSetReportEntry
| 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) |
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) |
| Modifier and Type | Method and Description |
|---|---|
String |
elapsedTimeAsString() |
String |
getClassMethodName() |
Integer |
getElapsed() |
String |
getElapsedTimeSummary() |
String |
getElapsedTimeVerbose() |
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() |
Map<String,String> |
getSystemProperties() |
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, Map<String,String> systemProperties)
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 ReportEntrypublic 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 ReportEntrypublic String getName()
getName in interface ReportEntrypublic String getClassMethodName()
public String getGroup()
getGroup in interface ReportEntrypublic StackTraceWriter getStackTraceWriter()
getStackTraceWriter in interface ReportEntrypublic String getMessage()
getMessage in interface ReportEntrypublic String getStackTrace(boolean trimStackTrace)
public String elapsedTimeAsString()
public String getReportName()
public String getOutput(boolean trimStackTrace)
public String getElapsedTimeVerbose()
public String getElapsedTimeSummary()
public boolean isErrorOrFailure()
public boolean isSkipped()
public boolean isSucceeded()
public String getNameWithGroup()
getNameWithGroup in interface ReportEntrypublic Map<String,String> getSystemProperties()
getSystemProperties in interface TestSetReportEntryCopyright © 2004–2019 The Apache Software Foundation. All rights reserved.