| org.apache.velocity.test.BaseTestCase org.apache.velocity.test.IntrospectorTestCase
IntrospectorTestCase | public class IntrospectorTestCase extends BaseTestCase (Code) | | 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.
author: Jason van Zyl version: $Id: IntrospectorTestCase.java 463298 2006-10-12 16:10:32Z henning $ |
Inner Class :public static class MethodProvider | |
IntrospectorTestCase | public IntrospectorTestCase(String name)(Code) | | Creates a new instance.
|
setUp | public void setUp()(Code) | | |
suite | public static Test suite()(Code) | | Get the containing TestSuite . This is always
VelocityTestSuite .
The TestSuite to run. |
testIntrospectorBoolean | public void testIntrospectorBoolean() throws Exception(Code) | | |
testIntrospectorByte | public void testIntrospectorByte() throws Exception(Code) | | |
testIntrospectorChar | public void testIntrospectorChar() throws Exception(Code) | | |
testIntrospectorDouble | public void testIntrospectorDouble() throws Exception(Code) | | |
testIntrospectorFloat | public void testIntrospectorFloat() throws Exception(Code) | | |
testIntrospectorInteger | public void testIntrospectorInteger() throws Exception(Code) | | |
testIntrospectorPrimitiveLong | public void testIntrospectorPrimitiveLong() throws Exception(Code) | | |
testIntrospectorPrimitiveShort | public void testIntrospectorPrimitiveShort() throws Exception(Code) | | |
testIntrospectorReallyUntouchable | public void testIntrospectorReallyUntouchable() throws Exception(Code) | | |
testIntrospectorUntouchable | public void testIntrospectorUntouchable() throws Exception(Code) | | |
Methods inherited from org.apache.velocity.test.BaseTestCase | protected static void assureResultsDirectoryExists(String resultsDirectory)(Code)(Java Doc) protected static String getFileName(String dir, String base, String ext)(Code)(Java Doc) protected static String getFileName(String dir, String base, String ext, boolean mustExist)(Code)(Java Doc) final protected static String getTestCaseName(String s)(Code)(Java Doc) protected boolean isMatch(String resultsDir, String compareDir, String baseFileName, String resultExt, String compareExt) throws Exception(Code)(Java Doc) protected boolean isMatch(String result, String compareDir, String baseFileName, String compareExt) throws Exception(Code)(Java Doc) protected String normalizeNewlines(String source)(Code)(Java Doc)
|
|
|