Package org.apache.velocity.test
SinceNot specified.
VersionNot specified.
AuthorNot specified.
Wiki javadoc Use textile entry format.

#set($b =“Velocity”)
<p>
$b
</p>

Interfaces
IntrospectorTestCase2.Woogie No description provided.
TemplateTestBase This is a base interface that contains a bunch of static final strings that are of use when testing templates.
Classes
AnakiaTestCase This is a test case for Anakia.
BaseTestCase Base test case that provides a few utility methods for the rest of the tests.
ClassloaderChangeTest Tests if we can hand Velocity an arbitrary class for logging.
ClasspathResourceTest Load templates from the Classpath.
CommonsExtPropTestCase Tests for the Commons ExtendedProperties class.
ConfigurationTestCase Tests for the Configuration class.
ContextSafetyTestCase Tests if we are context safe : can we switch objects in the context and re-merge the template safely.
EncodingTestCase Tests input encoding handling.
EventHandlingTestCase Tests event handling
ExternalLoggerTest Tests if we can hand Velocity an arbitrary class for logging.
InlineScopeVMTestCase Tests if the VM template-locality is working.
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.
IntrospectorTestCase.MethodProvider No description provided.
IntrospectorTestCase2 Test case for the Velocity Introspector which tests the ability to find a 'best match'
IntrospectorTestCase2.Bar No description provided.
IntrospectorTestCase2.Foo No description provided.
IntrospectorTestCase2.Tester No description provided.
IntrospectorTestCase2.Tester2 No description provided.
IntrospectorTestCase3 Simple introspector test case for primitive problem found in 1.3
IntrospectorTestCase3.MethodProvider No description provided.
MethodInvocationExceptionTest Tests if we can hand Velocity an arbitrary class for logging.
MiscTestCase Test case for any miscellaneous stuff.
MultiLoaderTestCase Load templates from the Classpath.
MultipleFileResourcePathTest Multiple paths in the file resource loader.
ParserTestCase More specific parser tests where just templating isn't enough.
TemplateTestCase Easily add test cases which evaluate templates and check their output.
TemplateTestSuite Test suite for Templates.
TexenClasspathTestCase This is a test case for Texen.
TexenTestCase This is a test case for Texen.
VelocimacroTestCase This class tests strange Velocimacro issues.
VelocityAppTestCase This class is intended to test the app.Velocity.java class.
VelocityServletTest Tests our VelocityServlet implementation.