org.apache.commons.configuration
Class TestStrictConfigurationComparator

java.lang.Object
  extended by org.apache.commons.configuration.TestStrictConfigurationComparator

public class TestStrictConfigurationComparator
extends Object

Tests the StrintConfigurationComparator class

Version:
$Id: TestStrictConfigurationComparator.java 1225015 2011-12-27 21:01:59Z oheger $

Field Summary
protected  ConfigurationComparator comparator
          The comparator.
protected  Configuration configuration
          The first configuration.
 
Constructor Summary
TestStrictConfigurationComparator()
           
 
Method Summary
 void testCompare()
          Tests the comparator.
 void testCompareNull()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

comparator

protected ConfigurationComparator comparator
The comparator.


configuration

protected Configuration configuration
The first configuration.

Constructor Detail

TestStrictConfigurationComparator

public TestStrictConfigurationComparator()
Method Detail

testCompare

public void testCompare()
Tests the comparator.


testCompareNull

public void testCompareNull()


Copyright © 2001-2012 The Apache Software Foundation. All Rights Reserved.