Interface FileSource
- All Superinterfaces:
FilesystemSource,TestSource
A test source defined by a single file.
- Since:
- 9.4.0
-
Method Summary
Modifier and TypeMethodDescriptiongetFile()Returns the file representing the test source.@Nullable FilePositionReturns the position within the file, or null if not available.
-
Method Details
-
getFile
File getFile()Returns the file representing the test source.- Specified by:
getFilein interfaceFilesystemSource- Since:
- 9.4.0
-
getPosition
@Nullable FilePosition getPosition()Returns the position within the file, or null if not available.- Since:
- 9.4.0
-