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
/
FileSource
File
Source
API
@
Incubating
interface
FileSource
:
FilesystemSource
(
source
)
A test source defined by a single file.
Since
9.4.0
Members
Functions
get
File
Link copied to clipboard
API
abstract
fun
getFile
(
)
:
File
Returns the file representing the test source.
get
Position
Link copied to clipboard
API
@
Nullable
abstract
fun
getPosition
(
)
:
@
Nullable
FilePosition
Returns the position within the file, or null if not available.