getParent

@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.