|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BaseTestCase | |
---|---|
org.apache.velocity.test | |
org.apache.velocity.test.issues | |
org.apache.velocity.test.sql | |
org.apache.velocity.test.util.introspection |
Uses of BaseTestCase in org.apache.velocity.test |
---|
Subclasses of BaseTestCase in org.apache.velocity.test | |
---|---|
class |
AbsoluteFileResourceLoaderTestCase
Test use of an absolute path with the FileResourceLoader |
class |
AnakiaTestCase
This is a test case for Anakia. |
class |
BuiltInEventHandlerTestCase
Tests the operation of the built in event handlers. |
class |
ClasspathResourceTestCase
Load templates from the Classpath. |
class |
CommentsTestCase
Test comments |
class |
CommonsExtPropTestCase
Tests for the Commons ExtendedProperties class. |
class |
ContextSafetyTestCase
Tests if we are context safe : can we switch objects in the context and re-merge the template safely. |
class |
EncodingTestCase
Tests input encoding handling. |
class |
EvaluateTestCase
Test #evaluate directive. |
class |
ExceptionTestCase
Test case for miscellaneous Exception related issues. |
class |
FilteredEventHandlingTestCase
Tests event handling for all event handlers when multiple event handlers are assigned for each type. |
class |
IncludeErrorTestCase
Test that #parse and #include pass errors to calling code. |
class |
IncludeEventHandlingTestCase
Tests event handling |
class |
InfoTestCase
Test that the Info class in the Introspector holds the correct information. |
class |
InlineScopeVMTestCase
Tests if the VM template-locality is working. |
class |
Introspector2TestCase
Test case for the Velocity Introspector which tests the ability to find a 'best match' |
class |
Introspector3TestCase
Simple introspector test case for primitive problem found in 1.3 |
class |
IntrospectorTestCase
Test case for the Velocity Introspector which uses the Java Reflection API to determine the correct signature of the methods used in VTL templates. |
class |
MacroForwardDefineTestCase
Make sure that a forward referenced macro inside another macro definition does not report an error in the log. |
class |
MethodOverloadingTestCase
Test a reported bug in which method overloading throws IllegalArgumentException after a null return value. |
class |
MiscTestCase
Test case for any miscellaneous stuff. |
class |
MultiLoaderTestCase
Load templates from the Classpath. |
class |
MultipleFileResourcePathTestCase
Multiple paths in the file resource loader. |
class |
ParseExceptionTestCase
Test parser exception is generated with appropriate info. |
class |
ParseWithMacroLibsTestCase
Test case for including macro libraries via the #parse method. |
class |
ResourceCachingTestCase
Test resource caching related issues. |
class |
ResourceExistsTestCase
Test the resource exists method |
class |
ResourceLoaderInstanceTestCase
Test that an instance of a ResourceLoader can be successfully passed in. |
class |
SecureIntrospectionTestCase
Checks that the secure introspector is working properly. |
class |
SetTestCase
Test that an instance of a ResourceLoader can be successfully passed in. |
class |
StringResourceLoaderTestCase
Multiple paths in the file resource loader. |
class |
TemplateTestCase
Easily add test cases which evaluate templates and check their output. |
class |
TestBaseTestCase
I keep breaking the getFileName method all the time... |
class |
TexenClasspathTestCase
This is a test case for Texen. |
class |
TexenTestCase
This is a test case for Texen. |
class |
UberspectorTestCase
|
class |
UnicodeEscapeTestCase
Test Case for Velocity Tools Issue 520. |
class |
VelocityAppTestCase
This class is intended to test the app.Velocity.java class. |
class |
VMLibraryTestCase
Macro library inclution via the Template.merge method is tested using this class. |
class |
WrappedExceptionTestCase
Test thrown exceptions include a proper cause (under JDK 1.4+). |
Uses of BaseTestCase in org.apache.velocity.test.issues |
---|
Subclasses of BaseTestCase in org.apache.velocity.test.issues | |
---|---|
class |
Velocity537TestCase
Test Case for Velocity Issue 537. |
class |
Velocity580TestCase
Test Case for Velocity Issue 580. |
class |
VelTools66TestCase
Test Case for Velocity Tools Issue 66. |
Uses of BaseTestCase in org.apache.velocity.test.sql |
---|
Subclasses of BaseTestCase in org.apache.velocity.test.sql | |
---|---|
class |
BaseSQLTest
A base class to implement tests that need a running Velocity engine and an initialized Hsql Database. |
class |
DataSourceResourceLoaderTestCase
|
Uses of BaseTestCase in org.apache.velocity.test.util.introspection |
---|
Subclasses of BaseTestCase in org.apache.velocity.test.util.introspection | |
---|---|
class |
ChainedUberspectorsTestCase
Tests uberspectors chaining |
class |
ClassMapTestCase
Test the ClassMap Lookup |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |