org.stringtemplate.v4.test
Class TestGroupSyntax

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

public class TestGroupSyntax
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
TestGroupSyntax()
           
 
Method Summary
 void testDefaultValues()
           
 void testDefaultValues2()
           
 void testDefaultValueTemplateWithArg()
           
 void testEscapedQuote()
           
 void testMessedUpTemplateDoesntCauseRuntimeError()
           
 void testMultiTemplates()
           
 void testNestedDefaultValueTemplate()
           
 void testNestedDefaultValueTemplateWithEscapes()
           
 void testNestedTemplateInGroupFile()
           
 void testSetDefaultDelimiters()
           
 void testSetNonDefaultDelimiters()
           
 void testSimpleGroup()
           
 void testSingleTemplateWithArgs()
           
 
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

TestGroupSyntax

public TestGroupSyntax()
Method Detail

testSimpleGroup

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

testEscapedQuote

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

testMultiTemplates

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

testSetDefaultDelimiters

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

testSetNonDefaultDelimiters

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

testSingleTemplateWithArgs

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

testDefaultValues

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

testDefaultValues2

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

testDefaultValueTemplateWithArg

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

testNestedTemplateInGroupFile

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

testNestedDefaultValueTemplate

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

testNestedDefaultValueTemplateWithEscapes

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

testMessedUpTemplateDoesntCauseRuntimeError

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