org.stringtemplate.v4.test
Class TestTokensForDollarDelimiters

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

public class TestTokensForDollarDelimiters
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
TestTokensForDollarDelimiters()
           
 
Method Summary
 void testEscInString()
           
 void testNestedSubtemplate()
           
 void testSimpleAttr()
           
 void testString()
           
 void testSubtemplate()
           
 
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

TestTokensForDollarDelimiters

public TestTokensForDollarDelimiters()
Method Detail

testSimpleAttr

public void testSimpleAttr()
                    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

testNestedSubtemplate

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