freemarker.testcase
Class FreeMarkerTestSuite

java.lang.Object
  extended by freemarker.testcase.FreeMarkerTestSuite

public final class FreeMarkerTestSuite
extends java.lang.Object

Test suite for FM-Classic. The suite conforms to interface expected by JUnit 3.7.

Version:
$Id: FreeMarkerTestSuite.java 1181 2005-10-11 12:13:54Z run2000 $

Method Summary
static void main(java.lang.String[] args)
          Main method for running the test suite.
static junit.framework.Test suite()
          Creates the test suite.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

suite

public static junit.framework.Test suite()
Creates the test suite. The suite is used by JUnit to figure out which tests to execute.

Returns:
a suite of tests to be executed by JUnit

main

public static void main(java.lang.String[] args)
Main method for running the test suite. This uses the textui implementation of the JUnit test runner.