org.apache.commons.configuration
Class TestConfigurationKey
java.lang.Object
org.apache.commons.configuration.TestConfigurationKey
public class TestConfigurationKey
- extends Object
Test class for ConfigurationKey.
- Version:
- $Id: TestConfigurationKey.java 1231749 2012-01-15 20:48:56Z oheger $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestConfigurationKey
public TestConfigurationKey()
testAppend
public void testAppend()
testIterate
public void testIterate()
testAttribute
public void testAttribute()
testLength
public void testLength()
testConstructAttributeKey
public void testConstructAttributeKey()
testEquals
public void testEquals()
testCommonKey
public void testCommonKey()
testDifferenceKey
public void testDifferenceKey()
testEscapedDelimiters
public void testEscapedDelimiters()
testIterateStrangeKeys
public void testIterateStrangeKeys()
- Tests some funny keys.
testAttributeKeyWithIndex
public void testAttributeKeyWithIndex()
- Tests iterating over an attribute key that has an index.
Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.