get Class Name
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.
Since
0.9
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.
The class name. May return null.
0.9