org.apache.velocity.test

Class TexenClasspathTestCase


public class TexenClasspathTestCase
extends BaseTestCase

This is a test case for Texen. Simply executes a simple generative task and compares the output.
Version:
$Id: TexenClasspathTestCase.java,v 1.3.10.1 2004/03/03 23:23:04 geirm Exp $
Author:
Jason van Zyl

Field Summary

private static String
COMPARE_DIR
Directory where comparison output is stored.
private static String
RESULTS_DIR
Directory where results are generated.

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

perl

Constructor Summary

TexenClasspathTestCase()
Creates a new instance.

Method Summary

void
runTest()
Runs the test.
protected void
setUp()
Sets up 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
Directory where comparison output is stored.

RESULTS_DIR

private static final String RESULTS_DIR
Directory where results are generated.

Constructor Details

TexenClasspathTestCase

public TexenClasspathTestCase()
Creates a new instance.

Method Details

runTest

public void runTest()
Runs the test.

setUp

protected void setUp()
Sets up the test.

suite

public static junit.framework.Test suite()

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