org.apache.velocity.test
Class AnakiaTestCase
java.lang.Object
|
+--TestCase
|
+--org.apache.velocity.test.BaseTestCase
|
+--org.apache.velocity.test.AnakiaTestCase
- public class AnakiaTestCase
- extends BaseTestCase
This is a test case for Anakia. Right now, it simply will compare
two index.html files together. These are produced as a result of
first running Anakia and then running this test.
- Version:
- $Id: AnakiaTestCase.java,v 1.5 2001/08/07 22:20:28 geirm Exp $
- Author:
- Jon S. Stevens
- See Also:
- Serialized Form
Fields inherited from class org.apache.velocity.test.BaseTestCase |
|
Method Summary |
void |
runTest()
Runs the test. |
static junit.framework.Test |
suite()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPARE_DIR
private static final java.lang.String COMPARE_DIR
- See Also:
- Constant Field Values
RESULTS_DIR
private static final java.lang.String RESULTS_DIR
- See Also:
- Constant Field Values
FILE_EXT
private static final java.lang.String FILE_EXT
- See Also:
- Constant Field Values
AnakiaTestCase
public AnakiaTestCase()
- Creates a new instance.
suite
public static junit.framework.Test suite()
runTest
public void runTest()
- Runs the test. This is empty on purpose because the
code to do the Anakia output is in the .xml file that runs
this test.
Copyright © 2001 Apache Software Foundation. All Rights Reserved.