|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.configuration.plist.TestXMLPropertyListConfiguration
public class TestXMLPropertyListConfiguration
Constructor Summary | |
---|---|
TestXMLPropertyListConfiguration()
|
Method Summary | |
---|---|
void |
setUp()
|
void |
testAddDataProperty()
Ensure that addProperty doesn't alter an array of byte |
void |
testArray()
|
void |
testBoolean()
|
void |
testDate()
|
void |
testDictionary()
|
void |
testDictionaryArray()
|
void |
testInitCopy()
|
void |
testInteger()
|
void |
testLoadNoDict()
Tests whether a configuration can be loaded that does not start with a dict element. |
void |
testLoadNoDictConstr()
Tests whether a configuration that does not start with a dict element can be loaded from a constructor. |
void |
testNested()
|
void |
testNestedArray()
|
void |
testReal()
|
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 |
testSetDatePropertyInvalid()
Tests a configuration file which contains an invalid date property value. |
void |
testString()
|
void |
testSubset()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestXMLPropertyListConfiguration()
Method Detail |
---|
public void setUp() throws Exception
Exception
public void testString() throws Exception
Exception
public void testInteger() throws Exception
Exception
public void testReal() throws Exception
Exception
public void testBoolean() throws Exception
Exception
public void testDictionary()
public void testDate() throws Exception
Exception
public void testSubset()
public void testArray()
public void testNestedArray()
public void testDictionaryArray()
public void testNested()
public void testSave() throws Exception
Exception
public void testSaveEmptyDictionary() throws Exception
Exception
public void testSetDataProperty() throws Exception
Exception
public void testAddDataProperty() throws Exception
Exception
public void testInitCopy()
public void testLoadNoDict() throws ConfigurationException
dict
element. This test case is related to
CONFIGURATION-405.
ConfigurationException
public void testLoadNoDictConstr() throws ConfigurationException
dict
element can be loaded from a constructor. This test
case is related to CONFIGURATION-405.
ConfigurationException
public void testSetDatePropertyInvalid() throws ConfigurationException
ConfigurationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |