org.apache.velocity.test
Class MultiLoaderTestCase
java.lang.Object
|
+--junit.framework.Assert
|
+--junit.framework.TestCase
|
+--org.apache.velocity.test.BaseTestCase
|
+--org.apache.velocity.test.MultiLoaderTestCase
- All Implemented Interfaces:
- junit.framework.Test
- public class MultiLoaderTestCase
- extends BaseTestCase
Load templates from the Classpath.
- Version:
- $Id: MultiLoaderTestCase.java,v 1.2 2001/03/25 22:56:03 jvanzyl Exp $
- Author:
- Jason van Zyl, Dave Bryson
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 |
FILE_RESOURCE_LOADER_PATH
Path for templates. |
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 junit.framework.TestCase |
fName |
Method Summary |
void |
runTest()
Runs the test. |
static junit.framework.Test |
suite()
|
Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, name, run, run, runBare, setUp, tearDown, toString |
Methods inherited from class junit.framework.Assert |
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, fail, fail, failNotEquals, failNotSame |
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait |
TMPL_FILE_EXT
private static final java.lang.String TMPL_FILE_EXT
- VTL file extension.
CMP_FILE_EXT
private static final java.lang.String CMP_FILE_EXT
- Comparison file extension.
RESULT_FILE_EXT
private static final java.lang.String RESULT_FILE_EXT
- Comparison file extension.
RESULTS_DIR
private static final java.lang.String RESULTS_DIR
- Results relative to the build directory.
FILE_RESOURCE_LOADER_PATH
private static final java.lang.String FILE_RESOURCE_LOADER_PATH
- Path for templates. This property will override the
value in the default velocity properties file.
COMPARE_DIR
private static final java.lang.String COMPARE_DIR
- Results relative to the build directory.
MultiLoaderTestCase
public MultiLoaderTestCase()
- Default constructor.
suite
public static junit.framework.Test suite()
runTest
public void runTest()
- Runs the test.
- Overrides:
runTest
in class junit.framework.TestCase
Copyright © 2001 Apache Software Foundation. All Rights Reserved.