Interface ClasspathResourceSource
- All Superinterfaces:
TestSource
Classpath resource-based test source.
- Since:
- 9.4.0
-
Method Summary
Modifier and TypeMethodDescriptionReturns the name of the source classpath resource.@Nullable FilePositionReturns the position within the file, or null if not available.
-
Method Details
-
getClasspathResourceName
String getClasspathResourceName()Returns the name of the source classpath resource.- Since:
- 9.4.0
-
getPosition
@Nullable FilePosition getPosition()Returns the position within the file, or null if not available.- Since:
- 9.4.0
-