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 Summary
Modifier and TypeMethodDescriptionReturns the description of the test for which progress is reported.Methods inherited from interface org.gradle.tooling.events.ProgressEvent
getDisplayName, getEventTime 
- 
Method Details
- 
getDescriptor
TestOperationDescriptor 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 interfaceProgressEvent- Returns:
 - The description of the underlying test operation.
 
 
 -