| org.apache.velocity.test.BaseTestCase org.apache.velocity.test.BuiltInEventHandlerTestCase
BuiltInEventHandlerTestCase | public class BuiltInEventHandlerTestCase extends BaseTestCase (Code) | | Tests the operation of the built in event handlers.
author: Will Glass-Husain version: $Id: BuiltInEventHandlerTestCase.java 463298 2006-10-12 16:10:32Z henning $ |
BuiltInEventHandlerTestCase | public BuiltInEventHandlerTestCase(String name)(Code) | | Default constructor.
|
setUp | public void setUp()(Code) | | |
suite | public static Test suite()(Code) | | |
testEscapeReferenceMatch | public void testEscapeReferenceMatch() throws Exception(Code) | | test that escape reference handler works with match restrictions
throws: Exception - |
testEscapeReferenceMatchAll | public void testEscapeReferenceMatchAll() throws Exception(Code) | | test that escape reference handler works with no match restrictions
throws: Exception - |
testIncludeNotFound | public void testIncludeNotFound() throws Exception(Code) | | |
testIncludeRelativePath | public void testIncludeRelativePath() throws Exception(Code) | | |
testPrintExceptionHandler | public void testPrintExceptionHandler() throws Exception(Code) | | |
testReportInvalidReferences1 | public void testReportInvalidReferences1() throws Exception(Code) | | Test reporting of invalid syntax
throws: Exception - |
testReportInvalidReferences2 | public void testReportInvalidReferences2() 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)
|
|
|