org.thymeleaf.testing.templateengine.resource
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
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.thymeleaf.testing.templateengine.resource.ITestResource |
getName |
LocalFileTestResource
public LocalFileTestResource(File file,
String characterEncoding)
getResourceFile
public File getResourceFile()
- Specified by:
getResourceFile in interface ILocalTestResource
getCharacterEncoding
public String getCharacterEncoding()
- Specified by:
getCharacterEncoding in interface ILocalTestResource
readAsText
public String readAsText()
- Specified by:
readAsText in interface ITestResourceItem
Copyright © 2013 The THYMELEAF team. All Rights Reserved.