org.apache.velocity.test

Class 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.6.4.1 2004/03/03 23:23:04 geirm Exp $

Author: Jon S. Stevens

Field Summary
static StringCOMPARE_DIR
static StringFILE_EXT
static StringRESULTS_DIR
Constructor Summary
AnakiaTestCase()
Creates a new instance.
Method Summary
voidrunTest()
Runs the test.
static Testsuite()

Field Detail

COMPARE_DIR

private static final String COMPARE_DIR

FILE_EXT

private static final String FILE_EXT

RESULTS_DIR

private static final String RESULTS_DIR

Constructor Detail

AnakiaTestCase

public AnakiaTestCase()
Creates a new instance.

Method Detail

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.

suite

public static Test suite()
Copyright B) 2002 Apache Software Foundation. All Rights Reserved.