public interface ReportEntry
Modifier and Type | Method and Description |
---|---|
Integer |
getElapsed()
Gets the runtime for the item.
|
int |
getElapsed(int fallback)
|
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 |
getNameText()
Human readable
test case . |
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).
|
RunMode |
getRunMode()
Run mode.
|
String |
getSourceName()
The class name of the test
|
String |
getSourceText()
Human readable
test class . |
StackTraceWriter |
getStackTraceWriter()
The group/category of the testcase
|
Long |
getTestRunId()
This represents a reference pointing to a literal representation of test description or literal unique id.
|
String getSourceName()
String getSourceText()
test class
.String getName()
String getGroup()
StackTraceWriter getStackTraceWriter()
Integer getElapsed()
int getElapsed(int fallback)
fallback
- usually 0getElapsed()
is not null; otherwise returns fallback
String getMessage()
String getNameWithGroup()
String getReportNameWithGroup()
Long getTestRunId()
Copyright © 2004–2024 The Apache Software Foundation. All rights reserved.