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() |
int |
getElapsed(int fallback) |
String |
getElapsedTimeSummary() |
String |
getElapsedTimeVerbose() |
String |
getFullName() |
String |
getGroup() |
String |
getMessage() |
String |
getName() |
String |
getNameText() |
String |
getNameWithGroup() |
String |
getOutput(boolean trimStackTrace) |
ReportEntryType |
getReportEntryType() |
String |
getReportNameWithGroup() |
RunMode |
getRunMode() |
String |
getSourceName() |
String |
getSourceText() |
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() |
Long |
getTestRunId() |
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 ReportEntry
public int getElapsed(int fallback)
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 getSourceText()
getSourceText
in interface ReportEntry
public String getName()
getName
in interface ReportEntry
public String getNameText()
getNameText
in interface ReportEntry
public String getClassMethodName()
public String getFullName()
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 getOutput(boolean trimStackTrace)
public String getElapsedTimeVerbose()
public String getElapsedTimeSummary()
public boolean isErrorOrFailure()
public boolean isSkipped()
public boolean isSucceeded()
public String getNameWithGroup()
getNameWithGroup
in interface ReportEntry
public String getReportNameWithGroup()
getReportNameWithGroup
in interface ReportEntry
@Nonnull public RunMode getRunMode()
getRunMode
in interface ReportEntry
public Long getTestRunId()
getTestRunId
in interface ReportEntry
public Map<String,String> getSystemProperties()
getSystemProperties
in interface TestSetReportEntry
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.