toggle menu
gradle
8.11.1
API
switch theme
search in API
gradle
/
org.gradle.api.tasks.testing
/
TestDescriptor
/
getParent
get
Parent
API
@
Nullable
abstract
fun
getParent
(
)
:
TestDescriptor
(
source
)
Returns the parent of this test, if any.
Return
The parent of this test. Null if this test has no parent.