org.apache.velocity.test
Class TemplateTestSuite
TestSuite
org.apache.velocity.test.TemplateTestSuite
- TemplateTestBase
public class TemplateTestSuite
extends TestSuite
Test suite for Templates.
Version:
- Daniel Rall
- Jason van Zyl
- Geir Magnusson Jr.
- Jon S. Stevens
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.
- The property key.
Copyright © 2003 Apache Software Foundation. All Rights Reserved.