org.stringtemplate.v4.test
Class TestInterptimeErrors

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

public class TestInterptimeErrors
extends BaseTest


Nested Class Summary
static class TestInterptimeErrors.UserHiddenName
           
static class TestInterptimeErrors.UserHiddenNameField
           
 
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
TestInterptimeErrors()
           
 
Method Summary
 void testHiddenFieldNotError()
           
 void testHiddenPropertyNotError()
           
 void testMissingEmbeddedTemplate()
           
 void testMissingSuperTemplate()
           
 void testNoPropertyNotError()
           
 void testParallelAttributeIterationWithMissingArgs()
           
 void testSoleArg()
           
 void testSoleArgUsingApplySyntax()
           
 void testStringTypeMismatch()
           
 void testStringTypeMismatch2()
           
 void testUndefinedAttr()
           
 
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

TestInterptimeErrors

public TestInterptimeErrors()
Method Detail

testMissingEmbeddedTemplate

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

testMissingSuperTemplate

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

testNoPropertyNotError

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

testHiddenPropertyNotError

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

testHiddenFieldNotError

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

testSoleArg

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

testSoleArgUsingApplySyntax

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

testUndefinedAttr

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

testParallelAttributeIterationWithMissingArgs

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

testStringTypeMismatch

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

testStringTypeMismatch2

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