org.stringtemplate.v4.test
Class TestLists

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

public class TestLists
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
TestLists()
           
 
Method Summary
 void testCat2Attributes()
           
 void testCat2AttributesWithApply()
           
 void testCat3Attributes()
           
 void testCatNullValues()
           
 void testCatWithIFAsElement()
           
 void testCatWithNestedTemplateApplicationAsElement()
           
 void testCatWithNullTemplateApplicationAsElement()
           
 void testCatWithTemplateApplicationAsElement()
           
 void testJustCat()
           
 void testLength()
           
 void testListAsTemplateArgument()
           
 void testListLiteralWithEmptyElements()
           
 void testListLiteralWithEmptyFirstElement()
           
 
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

TestLists

public TestLists()
Method Detail

testJustCat

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

testListLiteralWithEmptyElements

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

testListLiteralWithEmptyFirstElement

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

testLength

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

testCat2Attributes

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

testCat2AttributesWithApply

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

testCat3Attributes

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

testCatWithTemplateApplicationAsElement

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

testCatWithIFAsElement

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

testCatNullValues

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

testCatWithNullTemplateApplicationAsElement

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

testCatWithNestedTemplateApplicationAsElement

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

testListAsTemplateArgument

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