api / org.gradle.api.tasks.testing / TestDescriptor / getParent

getParent

abstract fun getParent(): TestDescriptor

Returns the parent of this test, if any.

Return
The parent of this test. Null if this test has no parent.