Root interface for all events that signal progress while executing a test or test suite.
Type | Name and description |
---|---|
TestOperationDescriptor |
getDescriptor() Returns the description of the test for which progress is reported. |
Methods inherited from class | Name |
---|---|
interface ProgressEvent |
getDescriptor, getDisplayName, getEventTime |
Returns the description of the test for which progress is reported. For JVM-based tests,
the descriptor is of sub-type JvmTestOperationDescriptor
.