Package org.gradle.tooling.events.test
Interface TestOperationDescriptor
- All Superinterfaces:
- OperationDescriptor
- All Known Subinterfaces:
- JvmTestOperationDescriptor
Describes a test operation for which an event has occurred.
- Since:
- 2.4
- 
Method SummaryModifier and TypeMethodDescriptionReturns the display name of the test.Methods inherited from interface org.gradle.tooling.events.OperationDescriptorgetDisplayName, getName, getParent
- 
Method Details- 
getTestDisplayNameReturns the display name of the test. Not to be confused withOperationDescriptor.getDisplayName()which is the display name of the operation.- Returns:
- the display name of the test.
- Since:
- 8.8
 
 
-