|
||||||||||
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.TestServletRequestConfiguration
public class TestServletRequestConfiguration
Test case for the ServletRequestConfiguration
class.
Constructor Summary | |
---|---|
TestServletRequestConfiguration()
|
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 |
testAddPropertyDirect()
|
void |
testClearProperty()
|
void |
testListWithEscapedElements()
Tests a list with elements that contain an escaped list delimiter. |
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 TestServletRequestConfiguration()
Method Detail |
---|
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
public void testListWithEscapedElements()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |