| org.apache.velocity.test.BaseTestCase org.apache.velocity.test.MacroForwardDefineTestCase
MacroForwardDefineTestCase | public class MacroForwardDefineTestCase extends BaseTestCase (Code) | | Make sure that a forward referenced macro inside another macro definition does
not report an error in the log.
(VELOCITY-71).
author: Henning P. Schmiedehausen version: $Id: MacroForwardDefineTestCase.java 491369 2006-12-31 02:52:05Z wglass $ |
MacroForwardDefineTestCase | public MacroForwardDefineTestCase(String name)(Code) | | Default constructor.
|
suite | public static Test suite()(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)
|
|
|