| org.apache.velocity.test.BaseTestCase org.apache.velocity.test.ResourceLoaderInstanceTestCase
ResourceLoaderInstanceTestCase | public class ResourceLoaderInstanceTestCase extends BaseTestCase (Code) | | Test that an instance of a ResourceLoader can be successfully passed in.
author: Will Glass-Husain version: $Id: ResourceLoaderInstanceTestCase.java 477002 2006-11-20 01:07:43Z henning $ |
ResourceLoaderInstanceTestCase | public ResourceLoaderInstanceTestCase(String name)(Code) | | Default constructor.
|
suite | public static Test suite()(Code) | | |
testResourceLoaderInstance | public void testResourceLoaderInstance() throws Exception(Code) | | Runs the test.
|
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)
|
|
|