org.thymeleaf.testing.templateengine.standard.test.reader
Class StandardTestReader
Object
org.thymeleaf.testing.templateengine.standard.test.reader.StandardTestReader
- All Implemented Interfaces:
- IStandardTestReader
public class StandardTestReader
- extends Object
- implements IStandardTestReader
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMMENT_PREFIX_CHAR
public static final char COMMENT_PREFIX_CHAR
- See Also:
- Constant Field Values
FIELD_PREFIX_CHAR
public static final char FIELD_PREFIX_CHAR
- See Also:
- Constant Field Values
FIELD_DEFINITION_PATTERN
public static final Pattern FIELD_DEFINITION_PATTERN
FIELD_NAME_GROUP
public static final int FIELD_NAME_GROUP
- See Also:
- Constant Field Values
FIELD_QUALIFIER_GROUP
public static final int FIELD_QUALIFIER_GROUP
- See Also:
- Constant Field Values
StandardTestReader
public StandardTestReader()
readTestResource
public StandardTestRawData readTestResource(String executionId,
ITestResource resource,
StandardTestableResolver resolver)
throws IOException
- Specified by:
readTestResource in interface IStandardTestReader
- Throws:
IOException
isCommentLine
protected boolean isCommentLine(String line)
Copyright © 2013 The THYMELEAF team. All Rights Reserved.