org.stringtemplate.v4.test
Class TestImports

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

public class TestImports
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
TestImports()
           
 
Method Summary
 void testImportDir()
           
 void testImportDirInJarViaCLASSPATH()
           
 void testImportGroupAtSameLevelInJar()
           
 void testImportGroupAtSameLevelInJar2()
           
 void testImportGroupFileSameDir()
           
 void testImportGroupInJarViaCLASSPATH()
           
 void testImportRelativeDir()
           
 void testImportRelativeGroupFile()
           
 void testImportRelativeTemplateFile()
           
 void testImportTemplateFileInJarViaCLASSPATH()
           
 void testImportTemplateFileSameDir()
           
 void testImportTemplateFromAnotherGroupObject()
           
 void testImportTemplateFromGroupFile()
           
 void testImportTemplateFromSubdir()
           
 void testImportTemplateInGroupFileFromDir()
           
 void testImportTemplateInGroupFileFromGroupFile()
           
 void testPolymorphicTemplateReference()
           
 void testSuper()
           
 void testUnloadImportedTemplate()
           
 void testUnloadImportedTemplatedSpecifiedInGroupFile()
           
 
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

TestImports

public TestImports()
Method Detail

testImportDir

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

testImportDirInJarViaCLASSPATH

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

testImportGroupAtSameLevelInJar

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

testImportGroupAtSameLevelInJar2

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

testImportGroupInJarViaCLASSPATH

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

testImportTemplateFileInJarViaCLASSPATH

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

testImportRelativeDir

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

testImportGroupFileSameDir

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

testImportRelativeGroupFile

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

testImportTemplateFileSameDir

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

testImportRelativeTemplateFile

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

testImportTemplateFromAnotherGroupObject

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

testImportTemplateInGroupFileFromDir

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

testImportTemplateInGroupFileFromGroupFile

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

testImportTemplateFromSubdir

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

testImportTemplateFromGroupFile

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

testPolymorphicTemplateReference

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

testSuper

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

testUnloadImportedTemplate

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

testUnloadImportedTemplatedSpecifiedInGroupFile

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