Save This Page
Home » velocity-1.5 » org.apache » velocity » test » [javadoc | source]
org.apache.velocity.test
public interface: TemplateTestBase [javadoc | source]

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

This is a base interface that contains a bunch of static final strings that are of use when testing templates.
Field Summary
public static final  String TMPL_FILE_EXT    VTL file extension. 
public static final  String CMP_FILE_EXT    Comparison file extension. 
public static final  String RESULT_FILE_EXT    Comparison file extension. 
public static final  String FILE_RESOURCE_LOADER_PATH    Path for templates. This property will override the value in the default velocity properties file. 
public static final  String TEST_CASE_PROPERTIES    Properties file that lists which template tests to run. 
public static final  String RESULT_DIR    Results relative to the build directory. 
public static final  String COMPARE_DIR    Results relative to the build directory.