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 Summary
Modifier and TypeMethodDescriptionReturns the display name of the test.Methods inherited from interface org.gradle.tooling.events.OperationDescriptor
getDisplayName, getName, getParent
-
Method Details
-
getTestDisplayName
Returns 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
-