gradle
Toggle table of contents
9.1.0-20250628022042+0000
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.api.tasks.testing
/
TestDescriptor
/
getClassName
get
Class
Name
API
@
Nullable
abstract
fun
getClassName
(
)
:
@
Nullable
String
(
source
)
Returns the test class name for this test, if any.
Return
The class name. May return null.