freemarker.testcase
Class TemplateTestSuite
TestSuite
freemarker.testcase.TemplateTestSuite
public class TemplateTestSuite
extends TestSuite
Test suite for FreeMarker. The suite conforms to interface expected by
JUnit.
$Id: TemplateTestSuite.java,v 1.8 2005/06/11 15:18:26 revusky Exp $
static void | main(String[] args)
|
void | readConfig(File f) - Read the testcase configurations file and build up the test suite
|
static TestSuite | suite()
|
TemplateTestSuite
public TemplateTestSuite()
throws Exception
main
public static void main(String[] args)
throws Exception
readConfig
public void readConfig(File f)
throws Exception
Read the testcase configurations file and build up the test suite
suite
public static TestSuite suite()
throws Exception