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

private static String
COMPARE_DIR
private static String
FILE_EXT
private static String
RESULTS_DIR

Fields inherited from class org.apache.velocity.test.BaseTestCase

perl

Constructor Summary

AnakiaTestCase()
Creates a new instance.

Method Summary

void
runTest()
Runs the test.
static junit.framework.Test
suite()

Methods inherited from class org.apache.velocity.test.BaseTestCase

assureResultsDirectoryExists, getFileName, getTestCaseName, isMatch, normalizeNewlines

Field Details

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 Details

AnakiaTestCase

public AnakiaTestCase()
Creates a new instance.

Method Details

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 junit.framework.Test suite()

Copyright B) 2002 Apache Software Foundation. All Rights Reserved.