org.apache.velocity.test
Class MultipleFileResourcePathTest
java.lang.Object
|
+--junit.framework.Assert
|
+--junit.framework.TestCase
|
+--org.apache.velocity.test.BaseTestCase
|
+--org.apache.velocity.test.MultipleFileResourcePathTest
- All Implemented Interfaces:
- junit.framework.Test
- public class MultipleFileResourcePathTest
- extends BaseTestCase
Multiple paths in the file resource loader.
- Version:
- $Id: MultipleFileResourcePathTest.java,v 1.5 2001/03/19 22:38:58 jvanzyl Exp $
- Author:
- Jason van Zyl
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.
FILE_RESOURCE_LOADER_PATH1
private static final java.lang.String FILE_RESOURCE_LOADER_PATH1
- Path for templates. This property will override the
value in the default velocity properties file.
FILE_RESOURCE_LOADER_PATH2
private static final java.lang.String FILE_RESOURCE_LOADER_PATH2
- Path for templates. This property will override the
value in the default velocity properties file.
RESULTS_DIR
private static final java.lang.String RESULTS_DIR
- Results relative to the build directory.
COMPARE_DIR
private static final java.lang.String COMPARE_DIR
- Results relative to the build directory.
MultipleFileResourcePathTest
MultipleFileResourcePathTest()
- 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.