getParent

@Nullable
abstract fun getParent(): @Nullable TestDescriptor(source)

Returns the parent of this test, if any.

Return

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