| org.apache.velocity.test.BaseTestCase org.apache.velocity.test.CommonsExtPropTestCase
CommonsExtPropTestCase | public class CommonsExtPropTestCase extends BaseTestCase (Code) | | Tests for the Commons ExtendedProperties class. This is an identical
copy of the ConfigurationTestCase, which will disappear when
the Configuration class does
author: Jason van Zyl author: Geir Magnusson Jr. version: $Id: CommonsExtPropTestCase.java 463298 2006-10-12 16:10:32Z henning $ |
CommonsExtPropTestCase | public CommonsExtPropTestCase(String name)(Code) | | Creates a new instance.
|
suite | public static junit.framework.Test suite()(Code) | | |
testExtendedProperties | public void testExtendedProperties() 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)
|
|
|