org.stringtemplate.v4.test
Class TestGroupSyntaxErrors

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

public class TestGroupSyntaxErrors
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
TestGroupSyntaxErrors()
           
 
Method Summary
 void testArg()
           
 void testArg2()
           
 void testArg3()
           
 void testDefaultArgsOutOfOrder()
           
 void testErrorWithinTemplate()
           
 void testImportNotString()
           
 void testMap()
           
 void testMap2()
           
 void testMap3()
           
 void testMissingImportString()
           
 void testMissingTemplate()
           
 void testNewlineInString()
           
 void testParen()
           
 void testParen2()
           
 void testUnclosedTemplate()
           
 void testUnterminatedString()
           
 
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

TestGroupSyntaxErrors

public TestGroupSyntaxErrors()
Method Detail

testMissingImportString

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

testImportNotString

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

testMissingTemplate

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

testUnclosedTemplate

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

testParen

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

testNewlineInString

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

testParen2

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

testArg

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

testArg2

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

testArg3

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

testDefaultArgsOutOfOrder

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

testErrorWithinTemplate

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

testMap

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

testMap2

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

testMap3

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

testUnterminatedString

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