Class WrappedReportEntry
java.lang.Object
org.apache.maven.plugin.surefire.report.WrappedReportEntry
- All Implemented Interfaces:
ReportEntry,TestSetReportEntry
- Author:
- Kristian Rosenvold
-
Constructor Summary
ConstructorsConstructorDescriptionWrappedReportEntry(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) -
Method Summary
Modifier and TypeMethodDescriptionintgetElapsed(int fallback) getGroup()getName()getOutput(boolean trimStackTrace) getStackTrace(boolean trimStackTrace) org.apache.maven.plugin.surefire.report.Utf8RecodingDeferredFileOutputStreamorg.apache.maven.plugin.surefire.report.Utf8RecodingDeferredFileOutputStreambooleanbooleanboolean
-
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
-
getElapsed
- Specified by:
getElapsedin interfaceReportEntry
-
getElapsed
public int getElapsed(int fallback) - Specified by:
getElapsedin interfaceReportEntry
-
getReportEntryType
-
getStdout
public org.apache.maven.plugin.surefire.report.Utf8RecodingDeferredFileOutputStream getStdout() -
getStdErr
public org.apache.maven.plugin.surefire.report.Utf8RecodingDeferredFileOutputStream getStdErr() -
getSourceName
- Specified by:
getSourceNamein interfaceReportEntry
-
getSourceText
- Specified by:
getSourceTextin interfaceReportEntry
-
getName
- Specified by:
getNamein interfaceReportEntry
-
getNameText
- Specified by:
getNameTextin interfaceReportEntry
-
getClassMethodName
-
getFullName
-
getGroup
- Specified by:
getGroupin interfaceReportEntry
-
getStackTraceWriter
- Specified by:
getStackTraceWriterin interfaceReportEntry
-
getMessage
- Specified by:
getMessagein interfaceReportEntry
-
getStackTrace
-
elapsedTimeAsString
-
getOutput
-
getElapsedTimeVerbose
-
getElapsedTimeSummary
-
isErrorOrFailure
public boolean isErrorOrFailure() -
isSkipped
public boolean isSkipped() -
isSucceeded
public boolean isSucceeded() -
getNameWithGroup
- Specified by:
getNameWithGroupin interfaceReportEntry
-
getReportNameWithGroup
- Specified by:
getReportNameWithGroupin interfaceReportEntry
-
getRunMode
- Specified by:
getRunModein interfaceReportEntry
-
getTestRunId
- Specified by:
getTestRunIdin interfaceReportEntry
-
getSystemProperties
- Specified by:
getSystemPropertiesin interfaceTestSetReportEntry
-