toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.tooling.events.test
/
TestOperationDescriptor
Test
Operation
Descriptor
API
interface
TestOperationDescriptor
:
OperationDescriptor
(
source
)
Describes a test operation for which an event has occurred.
Since
2.4
Inheritors
JvmTestOperationDescriptor
Members
Functions
get
Display
Name
Link copied to clipboard
API
abstract
fun
getDisplayName
(
)
:
String
get
Name
Link copied to clipboard
API
abstract
fun
getName
(
)
:
String
get
Parent
Link copied to clipboard
API
abstract
fun
getParent
(
)
:
OperationDescriptor
get
Test
Display
Name
Link copied to clipboard
API
@
Incubating
abstract
fun
getTestDisplayName
(
)
:
String
Returns the display name of the test.