public class CategorizedReportEntry extends SimpleReportEntry implements ReportEntry
| Constructor and Description |
|---|
CategorizedReportEntry(String source,
String name,
String group) |
CategorizedReportEntry(String source,
String name,
String group,
StackTraceWriter stackTraceWriter,
Integer elapsed) |
CategorizedReportEntry(String source,
String name,
String group,
StackTraceWriter stackTraceWriter,
Integer elapsed,
String message) |
CategorizedReportEntry(String source,
String name,
String group,
StackTraceWriter stackTraceWriter,
Integer elapsed,
String message,
Map<String,String> systemProperties) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getGroup()
The group/category of the testcase
|
String |
getNameWithGroup()
A name of the test case together with the group or category (if any exists).
|
int |
hashCode() |
static TestSetReportEntry |
reportEntry(String source,
String name,
String group,
StackTraceWriter stackTraceWriter,
Integer elapsed,
String message,
Map<String,String> systemProperties) |
assumption, getElapsed, getMessage, getName, getSourceName, getStackTraceWriter, getSystemProperties, ignored, toString, withExceptionclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetElapsed, getMessage, getName, getSourceName, getStackTraceWriterpublic CategorizedReportEntry(String source, String name, String group, StackTraceWriter stackTraceWriter, Integer elapsed)
public CategorizedReportEntry(String source, String name, String group, StackTraceWriter stackTraceWriter, Integer elapsed, String message)
public static TestSetReportEntry reportEntry(String source, String name, String group, StackTraceWriter stackTraceWriter, Integer elapsed, String message, Map<String,String> systemProperties)
public String getGroup()
ReportEntrygetGroup in interface ReportEntrygetGroup in class SimpleReportEntrypublic String getNameWithGroup()
ReportEntrygetNameWithGroup in interface ReportEntrygetNameWithGroup in class SimpleReportEntrypublic boolean equals(Object o)
equals in class SimpleReportEntrypublic int hashCode()
hashCode in class SimpleReportEntryCopyright © 2004–2019 The Apache Software Foundation. All rights reserved.