Package org.gradle.tooling.events.test
Interface TestProgressEvent
- All Superinterfaces:
- ProgressEvent
- All Known Subinterfaces:
- TestFinishEvent,- TestStartEvent
Root interface for all events that signal progress while executing a test or test suite.
- Since:
- 2.4
- 
Method SummaryModifier and TypeMethodDescriptionReturns the description of the test for which progress is reported.Methods inherited from interface org.gradle.tooling.events.ProgressEventgetDisplayName, getEventTime
- 
Method Details- 
getDescriptorTestOperationDescriptor getDescriptor()Returns the description of the test for which progress is reported. For JVM-based tests, the descriptor is of sub-typeJvmTestOperationDescriptor.- Specified by:
- getDescriptorin interface- ProgressEvent
- Returns:
- The description of the underlying test operation.
 
 
-