|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.framework.TestSuite | +--org.apache.velocity.test.TemplateTestSuite
Test suite for Templates.
Field Summary | |
private java.util.Properties |
testProperties
|
Fields inherited from class junit.framework.TestSuite |
|
Fields inherited from interface org.apache.velocity.test.TemplateTestBase |
CMP_FILE_EXT, COMPARE_DIR, FILE_RESOURCE_LOADER_PATH, RESULT_DIR, RESULT_FILE_EXT, TEST_CASE_PROPERTIES, TMPL_FILE_EXT |
Constructor Summary | |
TemplateTestSuite()
Creates an instace of the Apache Velocity test suite. |
Method Summary | |
private void |
addTemplateTestCases()
Adds the template test cases to run to this test suite. |
private static java.lang.String |
getTemplateTestKey(int nbr)
Macro which returns the properties file key for the specified template test number. |
Methods inherited from class junit.framework.TestSuite |
addTest, addTestSuite, countTestCases, createTest, getName, getTestConstructor, run, runTest, setName, testAt, testCount, tests, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private java.util.Properties testProperties
Constructor Detail |
public TemplateTestSuite()
Method Detail |
private void addTemplateTestCases()
TEST_CASE_PROPERTIES
file.
private static final java.lang.String getTemplateTestKey(int nbr)
nbr
- The template test number to return a property key for.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |