getClassName

@Nullable
abstract fun getClassName(): @Nullable String(source)

Returns the test class name for this test, if any.

Note that as of Gradle 9.3, this method may return a value that is not a class name for non-class-based testing.

Return

The class name. May return null.