Save This Page
Home » velocity-1.5 » org.apache » velocity » test » [javadoc | source]
org.apache.velocity.test
public class: TexenTestCase [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      org.apache.velocity.test.BaseTestCase
         org.apache.velocity.test.TexenTestCase
This is a test case for Texen. Simply executes a simple generative task and compares the output.
Constructor:
 public TexenTestCase() 
Method from org.apache.velocity.test.TexenTestCase Summary:
runTest,   setUp,   suite
Methods from org.apache.velocity.test.BaseTestCase:
assureResultsDirectoryExists,   getFileName,   getTestCaseName,   isMatch,   normalizeNewlines
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.apache.velocity.test.TexenTestCase Detail:
 public  void runTest() 
    Runs the test.
 protected  void setUp() 
    Sets up the test.
 public static Test suite()