org.apache.velocity.test
Interface TemplateTestBase
- All Known Implementing Classes:
- AbsoluteFileResourceLoaderTestCase, AnakiaTestCase, ArrayMethodsTestCase, BaseSQLTest, BaseTestCase, BlockMacroTestCase, BreakDirectiveTestCase, BuiltInEventHandlerTestCase, ChainedUberspectorsTestCase, ClassMapTestCase, ClasspathResourceTestCase, CommentsTestCase, CommonsExtPropTestCase, ContextSafetyTestCase, DataSourceResourceLoaderTestCase, DefineTestCase, EncodingTestCase, EvaluateTestCase, ExceptionTestCase, FilteredEventHandlingTestCase, ForeachTestCase, IfNullTestCase, IncludeErrorTestCase, IncludeEventHandlingTestCase, IndexTestCase, InfoTestCase, InlineScopeVMTestCase, Introspector2TestCase, Introspector3TestCase, IntrospectorTestCase, MacroForwardDefineTestCase, MethodOverloadingTestCase, MiscTestCase, MultiLoaderTestCase, MultipleFileResourcePathTestCase, ParseExceptionTestCase, ParseWithMacroLibsTestCase, PropertyMethodPrecedenceTestCase, ResourceCachingTestCase, ResourceExistsTestCase, ResourceLoaderInstanceTestCase, ScopeTestCase, SecureIntrospectionTestCase, SetTestCase, StaticUtilityMethodsTestCase, StopDirectiveTestCase, StrictCompareTestCase, StrictEscapeTestCase, StrictForeachTestCase, StrictMathTestCase, StrictReferenceTestCase, StringConcatenationTestCase, StringResourceLoaderTestCase, TemplateTestCase, TemplateTestSuite, TestBaseTestCase, TexenClasspathTestCase, TexenTestCase, TextblockTestCase, UberspectorTestCase, UnicodeEscapeTestCase, URLResourceLoaderTimeoutTestCase, VarargMethodsTestCase, Velocity355And552TestCase, Velocity532TestCase, Velocity537TestCase, Velocity544TestCase, Velocity579TestCase, Velocity580TestCase, Velocity587TestCase, Velocity589TestCase, Velocity614TestCase, Velocity615TestCase, Velocity616TestCase, Velocity625TestCase, Velocity627TestCase, Velocity629TestCase, Velocity62TestCase, Velocity630TestCase, Velocity631TestCase, Velocity644TestCase, Velocity667TestCase, Velocity682TestCase, Velocity689TestCase, Velocity701TestCase, Velocity702TestCase, Velocity709TestCase, Velocity727TestCase, Velocity728TestCase, Velocity729TestCase, Velocity730TestCase, Velocity742TestCase, Velocity753TestCase, Velocity755TestCase, Velocity758TestCase, Velocity762TestCase, Velocity785TestCase, VelocityAppTestCase, VelTools66TestCase, VMContextLocalscopeTestCase, VMLibraryTestCase, WrappedExceptionTestCase
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 463298 2006-10-12 16:10:32Z henning $
- Author:
- Jon S. Stevens
TEST_COMPARE_DIR
static final String TEST_COMPARE_DIR
- Directory relative to the distribution root, where the
values to compare test results to are stored.
- See Also:
- Constant Field Values
TEST_RESULT_DIR
static final String TEST_RESULT_DIR
- Directory relative to the distribution root, where the
test cases should put their output
- See Also:
- Constant Field Values
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 © 2000-2010 The Apache Software Foundation. All Rights Reserved.