Class LocalFileTestResource
Object
org.thymeleaf.testing.templateengine.resource.AbstractTestResource
org.thymeleaf.testing.templateengine.resource.LocalFileTestResource
- All Implemented Interfaces:
ILocalTestResource,ITestResource,ITestResourceItem
public class LocalFileTestResource
extends AbstractTestResource
implements ITestResourceItem, ILocalTestResource
-
Constructor Summary
ConstructorsConstructorDescriptionLocalFileTestResource(File file, String characterEncoding) LocalFileTestResource(File file, String characterEncoding, boolean avoidUnicodeUnescapeOnRead) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.thymeleaf.testing.templateengine.resource.AbstractTestResource
getNameMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.thymeleaf.testing.templateengine.resource.ITestResource
getName
-
Constructor Details
-
LocalFileTestResource
-
LocalFileTestResource
-
-
Method Details
-
getResourceFile
- Specified by:
getResourceFilein interfaceILocalTestResource
-
getCharacterEncoding
- Specified by:
getCharacterEncodingin interfaceILocalTestResource
-
readAsText
- Specified by:
readAsTextin interfaceITestResourceItem
-