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 |
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()
Copyright © 2004-2012 Apache Software Foundation. All Rights Reserved.