|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.configuration.TestINIConfiguration
public class TestINIConfiguration
Test class for INIConfiguration.
Constructor Summary | |
---|---|
TestINIConfiguration()
|
Method Summary | |
---|---|
void |
testGetSections()
Test of getSections method, of class INIConfiguration . |
void |
testIsCommentLine()
Test of isCommentLine method, of class INIConfiguration . |
void |
testIsSectionLine()
Test of isSectionLine method, of class INIConfiguration . |
void |
testLoad()
Test of load method, of class INIConfiguration . |
void |
testLoadAlternativeSeparator()
Tests the load() method when the alternative value separator is used (a ':' for '='). |
void |
testQuotedValue()
|
void |
testQuotedValueWithComment()
|
void |
testQuotedValueWithQuotes()
|
void |
testQuotedValueWithSingleQuotes()
|
void |
testQuotedValueWithWhitespace()
Tests whether whitespace is left unchanged for quoted values. |
void |
testQuotedValueWithWhitespaceAndComment()
Tests a quoted value with space and a comment. |
void |
testSave()
Test of save method, of class INIConfiguration . |
void |
testValueWithComment()
|
void |
testWriteValueWithCommentChar()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestINIConfiguration()
Method Detail |
---|
public void testSave() throws Exception
INIConfiguration
.
Exception
public void testLoad() throws Exception
INIConfiguration
.
Exception
public void testLoadAlternativeSeparator() throws Exception
Exception
public void testIsCommentLine()
INIConfiguration
.
public void testIsSectionLine()
INIConfiguration
.
public void testGetSections()
INIConfiguration
.
public void testQuotedValue() throws Exception
Exception
public void testQuotedValueWithQuotes() throws Exception
Exception
public void testValueWithComment() throws Exception
Exception
public void testQuotedValueWithComment() throws Exception
Exception
public void testQuotedValueWithSingleQuotes() throws Exception
Exception
public void testWriteValueWithCommentChar() throws Exception
Exception
public void testQuotedValueWithWhitespace() throws Exception
Exception
public void testQuotedValueWithWhitespaceAndComment() throws Exception
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |