org.stringtemplate.v4.test
Class TestRenderers

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

public class TestRenderers
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
TestRenderers()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testInstanceofRenderer()
           
 void testLocaleWithNumberRenderer()
           
 void testNumberRendererWithPrintfFormat()
           
 void testRendererForGroup()
           
 void testRendererWithFormat()
           
 void testRendererWithFormatAndList()
           
 void testRendererWithFormatAndSeparator()
           
 void testRendererWithFormatAndSeparatorAndNull()
           
 void testRendererWithPredefinedFormat()
           
 void testRendererWithPredefinedFormat2()
           
 void testRendererWithPredefinedFormat3()
           
 void testRendererWithPredefinedFormat4()
           
 void testStringRendererWithFormat_cap_emptyValue()
           
 void testStringRendererWithFormat_cap()
           
 void testStringRendererWithFormat_url_encode()
           
 void testStringRendererWithFormat_xml_encode_null()
           
 void testStringRendererWithFormat_xml_encode()
           
 void testStringRendererWithPrintfFormat()
           
 void testStringRendererWithSubtemplateInclude_cap()
           
 void testStringRendererWithTemplateInclude_cap()
           
 
Methods inherited from class org.stringtemplate.v4.test.BaseTest
checkTokens, checkTokens, compile, deleteFile, deleteFile, exec, getRandomDir, jar, java, writeFile, writeTestFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestRenderers

public TestRenderers()
Method Detail

setUp

public void setUp()
Overrides:
setUp in class BaseTest

tearDown

public void tearDown()

testRendererForGroup

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

testRendererWithFormat

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

testRendererWithPredefinedFormat

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

testRendererWithPredefinedFormat2

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

testRendererWithPredefinedFormat3

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

testRendererWithPredefinedFormat4

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

testStringRendererWithFormat_cap

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

testStringRendererWithTemplateInclude_cap

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

testStringRendererWithSubtemplateInclude_cap

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

testStringRendererWithFormat_cap_emptyValue

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

testStringRendererWithFormat_url_encode

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

testStringRendererWithFormat_xml_encode

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

testStringRendererWithFormat_xml_encode_null

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

testStringRendererWithPrintfFormat

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

testNumberRendererWithPrintfFormat

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

testInstanceofRenderer

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

testLocaleWithNumberRenderer

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

testRendererWithFormatAndList

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

testRendererWithFormatAndSeparator

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

testRendererWithFormatAndSeparatorAndNull

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