org.apache.maven.plugin.surefire.report
Class WrappedReportEntry
java.lang.Object
org.apache.maven.plugin.surefire.report.WrappedReportEntry
- All Implemented Interfaces:
- ReportEntry
public class WrappedReportEntry
- extends Object
- implements ReportEntry
- Author:
- Kristian Rosenvold
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WrappedReportEntry
public WrappedReportEntry(ReportEntry original,
ReportEntryType reportEntryType,
Integer estimatedElapsed,
DeferredFileOutputStream stdout,
DeferredFileOutputStream stdErr)
getElapsed
public Integer getElapsed()
- Specified by:
getElapsed
in interface ReportEntry
getReportEntryType
public ReportEntryType getReportEntryType()
getStdout
public DeferredFileOutputStream getStdout()
getStdErr
public DeferredFileOutputStream getStdErr()
getSourceName
public String getSourceName()
- Specified by:
getSourceName
in interface ReportEntry
getName
public String getName()
- Specified by:
getName
in interface ReportEntry
getGroup
public String getGroup()
- Specified by:
getGroup
in interface ReportEntry
getStackTraceWriter
public StackTraceWriter getStackTraceWriter()
- Specified by:
getStackTraceWriter
in interface ReportEntry
getMessage
public String getMessage()
- Specified by:
getMessage
in interface ReportEntry
getStackTrace
public String getStackTrace(boolean trimStackTrace)
elapsedTimeAsString
public String elapsedTimeAsString()
getReportName
public String getReportName()
getReportName
public String getReportName(String suffix)
getOutput
public String getOutput(boolean trimStackTrace)
getElapsedTimeSummary
public String getElapsedTimeSummary()
isErrorOrFailure
public boolean isErrorOrFailure()
isSkipped
public boolean isSkipped()
isSucceeded
public boolean isSucceeded()
getNameWithGroup
public String getNameWithGroup()
- Specified by:
getNameWithGroup
in interface ReportEntry
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.