org.apache.commons.configuration
Class TestConfigurationKey

java.lang.Object
  extended by 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 $

Constructor Summary
TestConfigurationKey()
           
 
Method Summary
 void testAppend()
           
 void testAttribute()
           
 void testAttributeKeyWithIndex()
          Tests iterating over an attribute key that has an index.
 void testCommonKey()
           
 void testConstructAttributeKey()
           
 void testDifferenceKey()
           
 void testEquals()
           
 void testEscapedDelimiters()
           
 void testIterate()
           
 void testIterateStrangeKeys()
          Tests some funny keys.
 void testLength()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestConfigurationKey

public TestConfigurationKey()
Method Detail

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.