|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.configuration.plist.TestPropertyListConfiguration
public class TestPropertyListConfiguration
Constructor Summary | |
---|---|
TestPropertyListConfiguration()
|
Method Summary | |
---|---|
void |
setUp()
|
void |
testAddDataProperty()
Ensure that addProperty doesn't alter an array of byte |
void |
testArray()
|
void |
testData()
|
void |
testDate()
|
void |
testDictionary()
|
void |
testDictionaryArray()
|
void |
testEmptyArray()
|
void |
testFormatDate()
Tests formatting a date. |
void |
testInitCopy()
|
void |
testLoad()
|
void |
testLoadWithError()
|
void |
testNestedArrays()
|
void |
testNestedDictionaries()
|
void |
testParseDateInvalidChar()
Tests parsing a date that contains an invalid separator character. |
void |
testParseDateNoNumber()
Tests parsing a date with an invalid numeric value. |
void |
testParseDateNull()
Tries parsing a null date. |
void |
testParseDateTooShort()
Tests parsing a date that is not long enough. |
void |
testQuotedString()
|
void |
testQuoteString()
|
void |
testSave()
|
void |
testSaveEmptyDictionary()
|
void |
testSetDataProperty()
Ensure that setProperty doesn't alter an array of byte since it's a first class type in plist file |
void |
testString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestPropertyListConfiguration()
Method Detail |
---|
public void setUp() throws Exception
Exception
public void testLoad()
public void testLoadWithError()
public void testString()
public void testQuotedString()
public void testEmptyArray()
public void testArray()
public void testNestedArrays()
public void testDictionary()
public void testDictionaryArray()
public void testNestedDictionaries()
public void testData()
public void testDate() throws Exception
Exception
public void testSave() throws Exception
Exception
public void testSaveEmptyDictionary() throws Exception
Exception
public void testQuoteString()
public void testSetDataProperty() throws Exception
Exception
public void testAddDataProperty() throws Exception
Exception
public void testInitCopy()
public void testParseDateNoNumber() throws ParseException
ParseException
public void testParseDateTooShort() throws ParseException
ParseException
public void testParseDateInvalidChar() throws ParseException
ParseException
public void testParseDateNull() throws ParseException
ParseException
public void testFormatDate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |