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 2001/10/22 03:53:26 jon Exp $

Author:
Jason van Zyl

Field Summary

private static String
CMP_FILE_EXT
Comparison file extension.
private static String
COMPARE_DIR
Results relative to the build directory.
private static String
FILE_RESOURCE_LOADER_PATH1
Path for templates.
private static String
FILE_RESOURCE_LOADER_PATH2
Path for templates.
private static String
RESULTS_DIR
Results relative to the build directory.
private static String
RESULT_FILE_EXT
Comparison file extension.
private static String
TMPL_FILE_EXT
VTL file extension.

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

perl

Constructor Summary

MultipleFileResourcePathTest()
Default constructor.

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

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 Details

MultipleFileResourcePathTest

(package private)  MultipleFileResourcePathTest()
Default constructor.

Method Details

runTest

public void runTest()
Runs the test.


suite

public static junit.framework.Test suite()


Copyright © 2003 Apache Software Foundation. All Rights Reserved.