public interface ReportEntry
| Modifier and Type | Method and Description | 
|---|---|
Integer | 
getElapsed()
Gets the runtime for the item. 
 | 
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 | 
getNameWithGroup()
A name of the test case together with the group or category (if any exists). 
 | 
String | 
getSourceName()
The class name of the test 
 | 
StackTraceWriter | 
getStackTraceWriter()
The group/category of the testcase 
 | 
String getSourceName()
String getName()
String getGroup()
StackTraceWriter getStackTraceWriter()
Integer getElapsed()
String getMessage()
String getNameWithGroup()
Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.