org.apache.velocity.test
public class ConfigurationTestCase extends BaseTestCase
Deprecated: Will be removed when Configuration class is removed
Tests for the Configuration class.Version: $Id: ConfigurationTestCase.java,v 1.5.4.1 2004/03/03 23:23:04 geirm Exp $
Field Summary | |
---|---|
static String | COMPARE_DIR
Comparison directory. |
static String | RESULTS_DIR
Results directory. |
static String | TEST_CONFIG
Test configuration |
Constructor Summary | |
---|---|
ConfigurationTestCase()
Creates a new instance.
|
Method Summary | |
---|---|
void | message(FileWriter result, String message) |
void | runTest()
Runs the test. |
void | showIterator(FileWriter result, Iterator i) |
void | showVector(FileWriter result, Vector v) |
static Test | suite() |