public class SimpleReportEntry extends Object implements TestSetReportEntry
Modifier | Constructor and Description |
---|---|
|
SimpleReportEntry() |
|
SimpleReportEntry(String source,
String name) |
|
SimpleReportEntry(String source,
String name,
Integer elapsed) |
|
SimpleReportEntry(String source,
String name,
Map<String,String> systemProperties) |
|
SimpleReportEntry(String source,
String name,
StackTraceWriter stackTraceWriter,
Integer elapsed) |
|
SimpleReportEntry(String source,
String name,
StackTraceWriter stackTraceWriter,
Integer elapsed,
Map<String,String> systemProperties) |
protected |
SimpleReportEntry(String source,
String name,
StackTraceWriter stackTraceWriter,
Integer elapsed,
String message,
Map<String,String> systemProperties) |
|
SimpleReportEntry(String source,
String name,
String message) |
Modifier and Type | Method and Description |
---|---|
static SimpleReportEntry |
assumption(String source,
String name,
String message) |
boolean |
equals(Object o) |
Integer |
getElapsed()
Gets the runtime for the item.
|
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 |
getNameWithGroup()
A name of the test case together with the group or category (if any exists).
|
String |
getSourceName()
The class name of the test
|
StackTraceWriter |
getStackTraceWriter()
The group/category of the testcase
|
Map<String,String> |
getSystemProperties() |
int |
hashCode() |
static SimpleReportEntry |
ignored(String source,
String name,
String message) |
String |
toString() |
static SimpleReportEntry |
withException(String source,
String name,
StackTraceWriter stackTraceWriter) |
public SimpleReportEntry()
public SimpleReportEntry(String source, String name, Map<String,String> systemProperties)
protected SimpleReportEntry(String source, String name, StackTraceWriter stackTraceWriter, Integer elapsed, String message, Map<String,String> systemProperties)
public SimpleReportEntry(String source, String name, StackTraceWriter stackTraceWriter, Integer elapsed)
public static SimpleReportEntry assumption(String source, String name, String message)
public static SimpleReportEntry ignored(String source, String name, String message)
public static SimpleReportEntry withException(String source, String name, StackTraceWriter stackTraceWriter)
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 Integer getElapsed()
ReportEntry
getElapsed
in interface ReportEntry
public String getMessage()
ReportEntry
getMessage
in interface ReportEntry
public String getNameWithGroup()
ReportEntry
getNameWithGroup
in interface ReportEntry
public Map<String,String> getSystemProperties()
getSystemProperties
in interface TestSetReportEntry
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.