org.thymeleaf.testing.templateengine.standard.test.reader
Class StandardTestReader

Object
  extended by org.thymeleaf.testing.templateengine.standard.test.reader.StandardTestReader
All Implemented Interfaces:
IStandardTestReader

public class StandardTestReader
extends Object
implements IStandardTestReader


Field Summary
static char COMMENT_PREFIX_CHAR
           
static Pattern FIELD_DEFINITION_PATTERN
           
static int FIELD_NAME_GROUP
           
static char FIELD_PREFIX_CHAR
           
static int FIELD_QUALIFIER_GROUP
           
 
Constructor Summary
StandardTestReader()
           
 
Method Summary
protected  boolean isCommentLine(String line)
           
 StandardTestRawData readTestDocument(String executionId, String documentName, Reader documentReader)
           
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

StandardTestReader

public StandardTestReader()
Method Detail

readTestDocument

public StandardTestRawData readTestDocument(String executionId,
                                            String documentName,
                                            Reader documentReader)
                                     throws IOException
Specified by:
readTestDocument in interface IStandardTestReader
Throws:
IOException

isCommentLine

protected boolean isCommentLine(String line)


Copyright © 2013 The THYMELEAF team. All Rights Reserved.