gradle
Toggle table of contents
9.4.0
API
Platform filter
API
Switch theme
Search in API
gradle
gradle
/
org.gradle.api.tasks.testing.source
/
MethodSource
Method
Source
API
@
Incubating
interface
MethodSource
:
TestSource
(
source
)
Method-based test source.
Since
9.4.0
Members
Functions
get
Class
Name
Link copied to clipboard
API
abstract
fun
getClassName
(
)
:
String
Returns the name of the class containing the test method.
get
Method
Name
Link copied to clipboard
API
abstract
fun
getMethodName
(
)
:
String
Returns the name of the test method.