org.apache.velocity.test

Class MultipleFileResourcePathTest

public class MultipleFileResourcePathTest extends BaseTestCase

Multiple paths in the file resource loader.

Version: $Id: MultipleFileResourcePathTest.java,v 1.8.8.1 2004/03/03 23:23:04 geirm Exp $

Author: Jason van Zyl

Field Summary
static StringCMP_FILE_EXT
Comparison file extension.
static StringCOMPARE_DIR
Results relative to the build directory.
static StringFILE_RESOURCE_LOADER_PATH1
Path for templates.
static StringFILE_RESOURCE_LOADER_PATH2
Path for templates.
static StringRESULTS_DIR
Results relative to the build directory.
static StringRESULT_FILE_EXT
Comparison file extension.
static StringTMPL_FILE_EXT
VTL file extension.
Constructor Summary
MultipleFileResourcePathTest()
Default constructor.
Method Summary
voidrunTest()
Runs the test.
static Testsuite()

Field Detail

CMP_FILE_EXT

private static final String CMP_FILE_EXT
Comparison file extension.

COMPARE_DIR

private static final String COMPARE_DIR
Results relative to the build directory.

FILE_RESOURCE_LOADER_PATH1

private static final String FILE_RESOURCE_LOADER_PATH1
Path for templates. This property will override the value in the default velocity properties file.

FILE_RESOURCE_LOADER_PATH2

private static final String FILE_RESOURCE_LOADER_PATH2
Path for templates. This property will override the value in the default velocity properties file.

RESULTS_DIR

private static final String RESULTS_DIR
Results relative to the build directory.

RESULT_FILE_EXT

private static final String RESULT_FILE_EXT
Comparison file extension.

TMPL_FILE_EXT

private static final String TMPL_FILE_EXT
VTL file extension.

Constructor Detail

MultipleFileResourcePathTest

MultipleFileResourcePathTest()
Default constructor.

Method Detail

runTest

public void runTest()
Runs the test.

suite

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