org.stringtemplate.v4.test
Class TestLexer

java.lang.Object
  extended by org.stringtemplate.v4.test.BaseTest
      extended by org.stringtemplate.v4.test.TestLexer

public class TestLexer
extends BaseTest


Nested Class Summary
 
Nested classes/interfaces inherited from class org.stringtemplate.v4.test.BaseTest
BaseTest.HashableUser, BaseTest.StreamVacuum, BaseTest.User
 
Field Summary
 
Fields inherited from class org.stringtemplate.v4.test.BaseTest
CLASSPATH, newline, pathSep, SUREFIRE_CLASSPATH, tmpdir
 
Constructor Summary
TestLexer()
           
 
Method Summary
 void testELSEIF()
           
 void testEmbeddedRegion()
           
 void testEscChar()
           
 void testEscDelim()
           
 void testEscDelimHasCorrectStartChar()
           
 void testEscEsc()
           
 void testEscInString()
           
 void testIF()
           
 void testIFELSE()
           
 void testIFNot()
           
 void testNestedList()
           
 void testNestedSubtemplate()
           
 void testOneExpr()
           
 void testOneExprSurrounded()
           
 void testRegion()
           
 void testString()
           
 void testSubtemplate()
           
 void testSubtemplateMultiArgs()
           
 void testSubtemplateNoArg()
           
 
Methods inherited from class org.stringtemplate.v4.test.BaseTest
checkTokens, checkTokens, compile, deleteFile, deleteFile, exec, getRandomDir, jar, java, setUp, writeFile, writeTestFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestLexer

public TestLexer()
Method Detail

testOneExpr

public void testOneExpr()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testOneExprSurrounded

public void testOneExprSurrounded()
                           throws java.lang.Exception
Throws:
java.lang.Exception

testEscDelim

public void testEscDelim()
                  throws java.lang.Exception
Throws:
java.lang.Exception

testEscEsc

public void testEscEsc()
                throws java.lang.Exception
Throws:
java.lang.Exception

testEscDelimHasCorrectStartChar

public void testEscDelimHasCorrectStartChar()
                                     throws java.lang.Exception
Throws:
java.lang.Exception

testEscChar

public void testEscChar()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testString

public void testString()
                throws java.lang.Exception
Throws:
java.lang.Exception

testEscInString

public void testEscInString()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testSubtemplate

public void testSubtemplate()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testSubtemplateNoArg

public void testSubtemplateNoArg()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testSubtemplateMultiArgs

public void testSubtemplateMultiArgs()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testNestedSubtemplate

public void testNestedSubtemplate()
                           throws java.lang.Exception
Throws:
java.lang.Exception

testNestedList

public void testNestedList()
                    throws java.lang.Exception
Throws:
java.lang.Exception

testIF

public void testIF()
            throws java.lang.Exception
Throws:
java.lang.Exception

testIFNot

public void testIFNot()
               throws java.lang.Exception
Throws:
java.lang.Exception

testIFELSE

public void testIFELSE()
                throws java.lang.Exception
Throws:
java.lang.Exception

testELSEIF

public void testELSEIF()
                throws java.lang.Exception
Throws:
java.lang.Exception

testEmbeddedRegion

public void testEmbeddedRegion()
                        throws java.lang.Exception
Throws:
java.lang.Exception

testRegion

public void testRegion()
                throws java.lang.Exception
Throws:
java.lang.Exception