org.stringtemplate.v4.test
Class TestIndirectionAndEarlyEval

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

public class TestIndirectionAndEarlyEval
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
TestIndirectionAndEarlyEval()
           
 
Method Summary
 void testEarlyEval()
           
 void testIndirectMap()
           
 void testIndirectProp()
           
 void testIndirectTemplateInclude()
           
 void testIndirectTemplateIncludeViaTemplate()
           
 void testIndirectTemplateIncludeWithArgs()
           
 void testNonStringDictLookup()
           
 
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

TestIndirectionAndEarlyEval

public TestIndirectionAndEarlyEval()
Method Detail

testEarlyEval

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

testIndirectTemplateInclude

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

testIndirectTemplateIncludeWithArgs

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

testIndirectTemplateIncludeViaTemplate

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

testIndirectProp

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

testIndirectMap

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

testNonStringDictLookup

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