org.stringtemplate.v4.test
Class TestDollarDelimiters

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

public class TestDollarDelimiters
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
TestDollarDelimiters()
           
 
Method Summary
 void testAttr()
           
 void testDefaultArgument()
           
 void testParallelMap()
           
 void testRefToAnotherTemplateInSameGroup()
           
 
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

TestDollarDelimiters

public TestDollarDelimiters()
Method Detail

testAttr

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

testParallelMap

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

testRefToAnotherTemplateInSameGroup

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

testDefaultArgument

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