Class TemplateTestSuite

java.lang.Object
junit.framework.TestSuite
freemarker.testcase.TemplateTestSuite
All Implemented Interfaces:
junit.framework.Test

public class TemplateTestSuite extends junit.framework.TestSuite
Test suite for FreeMarker. The suite conforms to interface expected by JUnit.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
     
    void
    Read the testcase configurations file and build up the test suite
    static junit.framework.TestSuite
     

    Methods inherited from class junit.framework.TestSuite

    addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString, warning

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

  • Method Details

    • suite

      public static junit.framework.TestSuite suite() throws Exception
      Throws:
      Exception
    • readConfig

      public void readConfig(File f) throws Exception
      Read the testcase configurations file and build up the test suite
      Throws:
      Exception
    • main

      public static void main(String[] args) throws Exception
      Throws:
      Exception