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) |
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 ReportEntry |
reportEntry(String source,
String name,
String group,
StackTraceWriter stackTraceWriter,
Integer elapsed,
String message) |
getElapsed, getMessage, getName, getSourceName, getStackTraceWriter, ignored, toString, withException
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getElapsed, getMessage, getName, getSourceName, getStackTraceWriter
public CategorizedReportEntry(String source, String name, String group, StackTraceWriter stackTraceWriter, Integer elapsed)
public static ReportEntry reportEntry(String source, String name, String group, StackTraceWriter stackTraceWriter, Integer elapsed, String message)
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 boolean equals(Object o)
equals
in class SimpleReportEntry
public int hashCode()
hashCode
in class SimpleReportEntry
Copyright © 2004–2014 The Apache Software Foundation. All rights reserved.