| org.kuali.rice.config.HierarchicalConfigParserTest
HierarchicalConfigParserTest | public class HierarchicalConfigParserTest extends TestCase (Code) | | |
Method Summary | |
public void | testHierarchicalConfigParser() Tests the resolution to issue EN-68 where the overrides are working properly
after attempting to overrdide a property after a few levels of depth. | public void | testParsingOfAltConfigLocation() all we can do is test that this xml won't blow the parser up. |
testHierarchicalConfigParser | public void testHierarchicalConfigParser() throws Exception(Code) | | Tests the resolution to issue EN-68 where the overrides are working properly
after attempting to overrdide a property after a few levels of depth.
|
testParsingOfAltConfigLocation | public void testParsingOfAltConfigLocation() throws Exception(Code) | | all we can do is test that this xml won't blow the parser up.
${alt.config.location}
making the logging look good is out of our hands.
throws: Exception - |
|
|