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, withException
public 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()
ReportEntry
getGroup
in interface ReportEntry
getGroup
in class SimpleReportEntry
public String getNameWithGroup()
ReportEntry
getNameWithGroup
in interface ReportEntry
getNameWithGroup
in class SimpleReportEntry
public String getReportNameWithGroup()
ReportEntry
getReportNameWithGroup
in interface ReportEntry
getReportNameWithGroup
in class SimpleReportEntry
public boolean equals(Object o)
equals
in class SimpleReportEntry
public int hashCode()
hashCode
in class SimpleReportEntry
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.