|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.maven.surefire.report.SimpleReportEntry
public class SimpleReportEntry
| Constructor Summary | |
|---|---|
protected |
SimpleReportEntry(String name)
|
|
SimpleReportEntry(String source,
String name)
|
|
SimpleReportEntry(String source,
String name,
Integer elapsed)
|
|
SimpleReportEntry(String source,
String name,
StackTraceWriter stackTraceWriter)
|
|
SimpleReportEntry(String source,
String name,
StackTraceWriter stackTraceWriter,
Integer elapsed)
|
|
SimpleReportEntry(String source,
String name,
StackTraceWriter stackTraceWriter,
Integer elapsed,
String message)
|
|
SimpleReportEntry(String source,
String name,
String message)
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
Integer |
getElapsed()
|
String |
getGroup()
The group/category of the testcase |
String |
getMessage()
A message relating to a non-successful termination. |
String |
getName()
The name of the test case |
String |
getSourceName()
The class name of the test |
StackTraceWriter |
getStackTraceWriter()
The group/category of the testcase |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleReportEntry(String source,
String name)
public SimpleReportEntry(String source,
String name,
String message)
public SimpleReportEntry(String source,
String name,
StackTraceWriter stackTraceWriter)
public SimpleReportEntry(String source,
String name,
Integer elapsed)
protected SimpleReportEntry(String name)
public SimpleReportEntry(String source,
String name,
StackTraceWriter stackTraceWriter,
Integer elapsed)
public SimpleReportEntry(String source,
String name,
StackTraceWriter stackTraceWriter,
Integer elapsed,
String message)
| Method Detail |
|---|
public String getSourceName()
ReportEntry
getSourceName in interface ReportEntrypublic String getName()
ReportEntry
getName in interface ReportEntrypublic String getGroup()
ReportEntry
getGroup in interface ReportEntrypublic StackTraceWriter getStackTraceWriter()
ReportEntry
getStackTraceWriter in interface ReportEntrypublic Integer getElapsed()
getElapsed in interface ReportEntrypublic String toString()
toString in class Objectpublic String getMessage()
ReportEntry
getMessage in interface ReportEntrypublic boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||