public class CategorizedReportEntry extends SimpleReportEntry
| Modifier and Type | Field and Description |
|---|---|
static String |
GROUP_PREFIX |
| Constructor and Description |
|---|
CategorizedReportEntry(RunMode runMode,
Long testRunId,
String source,
String name,
String group) |
CategorizedReportEntry(RunMode runMode,
Long testRunId,
String source,
String name,
String group,
StackTraceWriter stackTraceWriter,
Integer elapsed) |
CategorizedReportEntry(RunMode runMode,
Long testRunId,
String source,
String name,
String group,
StackTraceWriter stackTraceWriter,
Integer elapsed,
String message) |
CategorizedReportEntry(RunMode runMode,
Long testRunId,
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(RunMode runMode,
Long testRunId,
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, getRunMode, getSourceName, getSourceText, getStackTraceWriter, getSystemProperties, getTestRunId, ignored, toString, withExceptionpublic static final String GROUP_PREFIX
public CategorizedReportEntry(@Nonnull RunMode runMode, @Nonnegative Long testRunId, String source, String name, String group)
public CategorizedReportEntry(@Nonnull RunMode runMode, @Nonnegative Long testRunId, String source, String name, String group, StackTraceWriter stackTraceWriter, Integer elapsed)
public CategorizedReportEntry(@Nonnull RunMode runMode, @Nonnegative Long testRunId, String source, String name, String group, StackTraceWriter stackTraceWriter, Integer elapsed, String message)
public static TestSetReportEntry reportEntry(@Nonnull RunMode runMode, @Nonnegative Long testRunId, 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–2025 The Apache Software Foundation. All rights reserved.