public class WrappedReportEntry extends Object implements ReportEntry
Constructor and Description |
---|
WrappedReportEntry(ReportEntry original,
ReportEntryType reportEntryType,
Integer estimatedElapsed,
String stdout,
String stdErr) |
Modifier and Type | Method and Description |
---|---|
String |
elapsedTimeAsString() |
Integer |
getElapsed()
Gets the runtime for the item.
|
String |
getElapsedTimeSummary() |
String |
getGroup()
The group/category of the testcase
|
String |
getMessage()
A message relating to a non-successful termination.
|
String |
getName()
The name of the test case
|
String |
getOutput(boolean trimStackTrace) |
ReportEntryType |
getReportEntryType() |
String |
getReportName() |
String |
getReportName(String suffix) |
String |
getSourceName()
The class name of the test
|
String |
getStackTrace(boolean trimStackTrace) |
StackTraceWriter |
getStackTraceWriter()
The group/category of the testcase
|
String |
getStdErr() |
String |
getStdout() |
boolean |
isErrorOrFailure() |
boolean |
isSkipped() |
boolean |
isSucceeded() |
public WrappedReportEntry(ReportEntry original, ReportEntryType reportEntryType, Integer estimatedElapsed, String stdout, String stdErr)
public Integer getElapsed()
ReportEntry
getElapsed
in interface ReportEntry
public ReportEntryType getReportEntryType()
public String getStdout()
public String getStdErr()
public String getSourceName()
ReportEntry
getSourceName
in interface ReportEntry
public String getName()
ReportEntry
getName
in interface ReportEntry
public String getGroup()
ReportEntry
getGroup
in interface ReportEntry
public StackTraceWriter getStackTraceWriter()
ReportEntry
getStackTraceWriter
in interface ReportEntry
public String getMessage()
ReportEntry
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()
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.