Package org.gradle.api.tasks.testing
Interface SingleFileSource
- All Superinterfaces:
TestSource
A test source defined by a single file.
- Since:
- 9.4.0
-
Method Summary
-
Method Details
-
getFile
File getFile()Returns the file representing the test source.- Since:
- 9.4.0
-