Interface ILocalTestResource
-
- All Superinterfaces:
ITestResource
- All Known Implementing Classes:
LocalFileTestResource
,LocalFolderTestResource
public interface ILocalTestResource extends ITestResource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCharacterEncoding()
File
getResourceFile()
-
Methods inherited from interface org.thymeleaf.testing.templateengine.resource.ITestResource
getName
-
-