public class TemplateTestSuite extends TestSuite (Code)
Test suite for FreeMarker. The suite conforms to interface expected by
JUnit.
version: $Id: TemplateTestSuite.java,v 1.8 2005/06/11 15:18:26 revusky Exp $
Takes as in put the dom node that specifies the testcase
and instantiates a testcase. If class is not specified,
it uses the TemplateTestCase class. If the class is specified,
it must be a TestCase class and have a constructor that
takes two strings as parameters.