org.apache.velocity.test
Interface TemplateTestBase

All Known Implementing Classes:
ContextSafetyTestCase, EncodingTestCase, InlineScopeVMTestCase, TemplateTestCase, TemplateTestSuite, VelocityAppTestCase

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 191743 2005-06-21 23:22:20Z dlr $
Author:
Jon S. Stevens

Field Summary
static String CMP_FILE_EXT
          Comparison file extension.
static String COMPARE_DIR
          Results relative to the build directory.
static String FILE_RESOURCE_LOADER_PATH
          Path for templates.
static String RESULT_DIR
          Results relative to the build directory.
static String RESULT_FILE_EXT
          Comparison file extension.
static String TEST_CASE_PROPERTIES
          Properties file that lists which template tests to run.
static String TMPL_FILE_EXT
          VTL file extension.
 

Field Detail

TMPL_FILE_EXT

static final String TMPL_FILE_EXT
VTL file extension.

See Also:
Constant Field Values

CMP_FILE_EXT

static final String CMP_FILE_EXT
Comparison file extension.

See Also:
Constant Field Values

RESULT_FILE_EXT

static final String RESULT_FILE_EXT
Comparison file extension.

See Also:
Constant Field Values

FILE_RESOURCE_LOADER_PATH

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

See Also:
Constant Field Values

TEST_CASE_PROPERTIES

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

See Also:
Constant Field Values

RESULT_DIR

static final String RESULT_DIR
Results relative to the build directory.

See Also:
Constant Field Values

COMPARE_DIR

static final String COMPARE_DIR
Results relative to the build directory.

See Also:
Constant Field Values


Copyright © 2002 Apache Software Foundation. All Rights Reserved.