org.apache.velocity.test

Interface TemplateTestBase

public interface TemplateTestBase

This is a base interface that contains a bunch of static final strings that are of use when testing templates.

Version: $Id: TemplateTestBase.java,v 1.2.14.1 2004/03/03 23:23:04 geirm Exp $

Author: Jon S. Stevens

Field Summary
static StringCMP_FILE_EXT
Comparison file extension.
static StringCOMPARE_DIR
Results relative to the build directory.
static StringFILE_RESOURCE_LOADER_PATH
Path for templates.
static StringRESULT_DIR
Results relative to the build directory.
static StringRESULT_FILE_EXT
Comparison file extension.
static StringTEST_CASE_PROPERTIES
Properties file that lists which template tests to run.
static StringTMPL_FILE_EXT
VTL file extension.

Field Detail

CMP_FILE_EXT

public static final String CMP_FILE_EXT
Comparison file extension.

COMPARE_DIR

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

FILE_RESOURCE_LOADER_PATH

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

RESULT_DIR

public static final String RESULT_DIR
Results relative to the build directory.

RESULT_FILE_EXT

public static final String RESULT_FILE_EXT
Comparison file extension.

TEST_CASE_PROPERTIES

public static final String TEST_CASE_PROPERTIES
Properties file that lists which template tests to run.

TMPL_FILE_EXT

public static final String TMPL_FILE_EXT
VTL file extension.
Copyright B) 2002 Apache Software Foundation. All Rights Reserved.