|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.configuration.TestAbstractConfiguration
org.apache.commons.configuration.web.TestAppletConfiguration
public class TestAppletConfiguration
Test case for the AppletConfiguration
class.
Constructor Summary | |
---|---|
TestAppletConfiguration()
|
Method Summary | |
---|---|
protected AbstractConfiguration |
getConfiguration()
Return an abstract configuration with the following data: key1 = value1 key2 = value2 list = value1, value2 listesc = value1\\,value2 |
protected AbstractConfiguration |
getEmptyConfiguration()
Return an empty configuration. |
void |
setUp()
Initializes the tests. |
void |
testAddPropertyDirect()
|
void |
testClearProperty()
|
Methods inherited from class org.apache.commons.configuration.TestAbstractConfiguration |
---|
testContainsKey, testGetBigIntegerConversion, testGetKeys, testGetProperty, testIsEmpty, testList, testListEscaped, testSetLogger |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TestAppletConfiguration()
Method Detail |
---|
public void setUp() throws Exception
Applet
instance. If we are in such an
environment, some tests need to behave differently or be completely
dropped.
Exception
protected AbstractConfiguration getConfiguration()
TestAbstractConfiguration
key1 = value1 key2 = value2 list = value1, value2 listesc = value1\\,value2
getConfiguration
in class TestAbstractConfiguration
protected AbstractConfiguration getEmptyConfiguration()
TestAbstractConfiguration
getEmptyConfiguration
in class TestAbstractConfiguration
public void testAddPropertyDirect()
testAddPropertyDirect
in class TestAbstractConfiguration
public void testClearProperty()
testClearProperty
in class TestAbstractConfiguration
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |