| org.apache.velocity.test.BaseTestCase org.apache.velocity.test.AnakiaTestCase
AnakiaTestCase | public class AnakiaTestCase extends BaseTestCase (Code) | | This is a test case for Anakia. Right now, it simply will compare
two index.html files together. These are produced as a result of
first running Anakia and then running this test.
author: Jon S. Stevens version: $Id: AnakiaTestCase.java 463298 2006-10-12 16:10:32Z henning $ |
AnakiaTestCase | public AnakiaTestCase(String name)(Code) | | Creates a new instance.
|
suite | public static Test suite()(Code) | | |
testAnakiaResults | public void testAnakiaResults() throws Exception(Code) | | Runs the test. This is empty on purpose because the
code to do the Anakia output is in the .xml file that runs
this 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)
|
|
|