org.apache.commons.configuration.web
Class TestServletConfiguration
java.lang.Object
org.apache.commons.configuration.TestAbstractConfiguration
org.apache.commons.configuration.web.TestServletConfiguration
public class TestServletConfiguration
- extends TestAbstractConfiguration
Test case for the ServletConfiguration
class.
- Version:
- $Id: TestServletConfiguration.java 1222465 2011-12-22 21:32:56Z oheger $
- Author:
- Emmanuel Bourg
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestServletConfiguration
public TestServletConfiguration()
getConfiguration
protected AbstractConfiguration getConfiguration()
- Description copied from class:
TestAbstractConfiguration
- Return an abstract configuration with the following data:
key1 = value1
key2 = value2
list = value1, value2
listesc = value1\\,value2
- Specified by:
getConfiguration
in class TestAbstractConfiguration
getEmptyConfiguration
protected AbstractConfiguration getEmptyConfiguration()
- Description copied from class:
TestAbstractConfiguration
- Return an empty configuration.
- Specified by:
getEmptyConfiguration
in class TestAbstractConfiguration
testAddPropertyDirect
public void testAddPropertyDirect()
- Overrides:
testAddPropertyDirect
in class TestAbstractConfiguration
testClearProperty
public void testClearProperty()
- Overrides:
testClearProperty
in class TestAbstractConfiguration
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.