org.apache.velocity.test
Class TemplateTestSuite
TestSuite
org.apache.velocity.test.TemplateTestSuite
- TemplateTestBase
public class TemplateTestSuite
extends TestSuite
Test suite for Templates.
$Id: TemplateTestSuite.java,v 1.6.8.1 2004/03/03 23:23:04 geirm Exp $
private void | addTemplateTestCases() - Adds the template test cases to run to this test suite.
|
private static String | getTemplateTestKey(int nbr) - Macro which returns the properties file key for the specified template
test number.
|
testProperties
private Properties testProperties
TemplateTestSuite
public TemplateTestSuite()
Creates an instace of the Apache Velocity test suite.
addTemplateTestCases
private void addTemplateTestCases()
Adds the template test cases to run to this test suite. Template test
cases are listed in the TEST_CASE_PROPERTIES
file.
getTemplateTestKey
private static final String getTemplateTestKey(int nbr)
Macro which returns the properties file key for the specified template
test number.
nbr
- The template test number to return a property key for.
Copyright B) 2002 Apache Software Foundation. All Rights Reserved.