| org.apache.commons.configuration.TestINIConfiguration
TestINIConfiguration | public class TestINIConfiguration extends TestCase (Code) | | Test class for INIConfiguration.
author: trevor.miller version: $Id: TestHierarchicalConfiguration.java 439648 2006-09-02 20:42:10Z version: oheger $ |
Method Summary | |
public void | testGetSections() Test of getSections method, of class
org.apache.commons.configuration.INIConfiguration. | public void | testIsCommentLine() Test of isCommentLine method, of class
org.apache.commons.configuration.INIConfiguration. | public void | testIsSectionLine() Test of isSectionLine method, of class
org.apache.commons.configuration.INIConfiguration. | public void | testLoad() Test of load method, of class
org.apache.commons.configuration.INIConfiguration. | public void | testLoadAlternativeSeparator() Tests the load() method when the alternative value separator is used (a
':' for '='). | public void | testSave() Test of save method, of class
org.apache.commons.configuration.INIConfiguration. |
testGetSections | public void testGetSections()(Code) | | Test of getSections method, of class
org.apache.commons.configuration.INIConfiguration.
|
testIsCommentLine | public void testIsCommentLine()(Code) | | Test of isCommentLine method, of class
org.apache.commons.configuration.INIConfiguration.
|
testIsSectionLine | public void testIsSectionLine()(Code) | | Test of isSectionLine method, of class
org.apache.commons.configuration.INIConfiguration.
|
testLoad | public void testLoad() throws Exception(Code) | | Test of load method, of class
org.apache.commons.configuration.INIConfiguration.
|
testLoadAlternativeSeparator | public void testLoadAlternativeSeparator() throws Exception(Code) | | Tests the load() method when the alternative value separator is used (a
':' for '=').
|
testSave | public void testSave() throws Exception(Code) | | Test of save method, of class
org.apache.commons.configuration.INIConfiguration.
|
|
|