public class CategorizedReportEntry extends SimpleReportEntry
| Modifier and Type | Field and Description |
|---|---|
static String |
GROUP_PREFIX |
| 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 sourceText,
String name,
String nameText,
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 source name of the test case together with the group or category (if any exists).
|
String |
getReportNameWithGroup()
A source text of the test case together with the group or category (if any exists).
|
int |
hashCode() |
static TestSetReportEntry |
reportEntry(String source,
String sourceText,
String name,
String nameText,
String group,
StackTraceWriter stackTraceWriter,
Integer elapsed,
String message,
Map<String,String> systemProperties) |
assumption, getElapsed, getElapsed, getMessage, getName, getNameText, getSourceName, getSourceText, getStackTraceWriter, getSystemProperties, ignored, toString, withExceptionpublic static final String GROUP_PREFIX
public 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 sourceText, String name, String nameText, 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 String getReportNameWithGroup()
ReportEntrygetReportNameWithGroup in interface ReportEntrygetReportNameWithGroup in class SimpleReportEntrypublic boolean equals(Object o)
equals in class SimpleReportEntrypublic int hashCode()
hashCode in class SimpleReportEntryCopyright © 2004–2020 The Apache Software Foundation. All rights reserved.