public interface ReportEntry
Modifier and Type | Method and Description |
---|---|
java.lang.Integer |
getElapsed()
Gets the runtime for the item.
|
java.lang.String |
getGroup()
The group/category of the testcase
|
java.lang.String |
getMessage()
A message relating to a non-successful termination.
|
java.lang.String |
getName()
The name of the test case
|
java.lang.String |
getNameWithGroup()
A name of the test case together with the group or category (if any exists).
|
java.lang.String |
getSourceName()
The class name of the test
|
StackTraceWriter |
getStackTraceWriter()
The group/category of the testcase
|
java.lang.String getSourceName()
java.lang.String getName()
java.lang.String getGroup()
StackTraceWriter getStackTraceWriter()
java.lang.Integer getElapsed()
java.lang.String getMessage()
java.lang.String getNameWithGroup()