|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--TestCase | +--org.apache.velocity.test.BaseTestCase | +--org.apache.velocity.test.ClasspathResourceTest
Load templates from the Classpath.
Field Summary | |
private static java.lang.String |
CMP_FILE_EXT
Comparison file extension. |
private static java.lang.String |
COMPARE_DIR
Results relative to the build directory. |
private static java.lang.String |
RESULT_FILE_EXT
Comparison file extension. |
private static java.lang.String |
RESULTS_DIR
Results relative to the build directory. |
private static java.lang.String |
TMPL_FILE_EXT
VTL file extension. |
Fields inherited from class org.apache.velocity.test.BaseTestCase |
|
Constructor Summary | |
ClasspathResourceTest()
Default constructor. |
Method Summary | |
void |
runTest()
Runs the test. |
static junit.framework.Test |
suite()
|
Methods inherited from class org.apache.velocity.test.BaseTestCase |
assureResultsDirectoryExists, getFileName, getTestCaseName, isMatch, normalizeNewlines |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final java.lang.String TMPL_FILE_EXT
private static final java.lang.String CMP_FILE_EXT
private static final java.lang.String RESULT_FILE_EXT
private static final java.lang.String RESULTS_DIR
private static final java.lang.String COMPARE_DIR
Constructor Detail |
public ClasspathResourceTest()
Method Detail |
public static junit.framework.Test suite()
public void runTest()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |