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,v 1.2 2001/03/12 00:39:46 jon Exp $
Author:
Jon S. Stevens

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

Field Detail

TMPL_FILE_EXT

public static final java.lang.String TMPL_FILE_EXT
VTL file extension.

CMP_FILE_EXT

public static final java.lang.String CMP_FILE_EXT
Comparison file extension.

RESULT_FILE_EXT

public static final java.lang.String RESULT_FILE_EXT
Comparison file extension.

FILE_RESOURCE_LOADER_PATH

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

TEST_CASE_PROPERTIES

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

RESULT_DIR

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

COMPARE_DIR

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


Copyright © 2003 Apache Software Foundation. All Rights Reserved.