Class 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 Detail

    • Method Detail

      • 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