Interface ITestResourceItem
-
- All Superinterfaces:
ITestResource
- All Known Implementing Classes:
ClassPathFileTestResource
,LocalFileTestResource
,StringTestResource
public interface ITestResourceItem extends ITestResource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
readAsText()
-
Methods inherited from interface org.thymeleaf.testing.templateengine.resource.ITestResource
getName
-
-
-
-
Method Detail
-
readAsText
String readAsText()
-
-