| org.apache.velocity.test.BaseTestCase org.apache.velocity.test.Introspector2TestCase
Introspector2TestCase | public class Introspector2TestCase extends BaseTestCase (Code) | | Test case for the Velocity Introspector which
tests the ability to find a 'best match'
author: Geir Magnusson Jr. version: $Id: Introspector2TestCase.java 477002 2006-11-20 01:07:43Z henning $ |
Inner Class :public interface Woogie | |
Inner Class :public static class Bar implements Woogie | |
Inner Class :public static class Foo extends Bar | |
Inner Class :public static class Tester | |
Inner Class :public static class Tester2 | |
Introspector2TestCase | public Introspector2TestCase(String name)(Code) | | Creates a new instance.
|
suite | public static Test suite()(Code) | | Get the containing TestSuite .
The TestSuite to run. |
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)
|
|
|