org.apache.velocity.test
Class IntrospectorTestCase
public 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.
This should be split into separate tests for each
of the methods searched for but this is a start
for now.
Version:
- Jason van Zyl
void | runTest()
|
static junit.framework.Test | suite() - Get the containing
TestSuite .
|
failures
private ArrayList failures
method
private Method method
result
private String result
IntrospectorTestCase
(package private) IntrospectorTestCase()
IntrospectorTestCase
public IntrospectorTestCase(String name)
Creates a new instance.
runTest
public void runTest()
suite
public static junit.framework.Test suite()
Get the containing TestSuite
. This is always
VelocityTestSuite
.
- The
TestSuite
to run.
Copyright © 2003 Apache Software Foundation. All Rights Reserved.