freemarker.testcase

Class TemplateTestSuite


public class TemplateTestSuite
extends TestSuite

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 $

Constructor Summary

TemplateTestSuite()

Method Summary

static void
main(String[] args)
void
readConfig(File f)
Read the testcase configurations file and build up the test suite
static TestSuite
suite()

Constructor Details

TemplateTestSuite

public TemplateTestSuite()
            throws Exception

Method Details

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