org.apache.commons.configuration.plist
Class TestXMLPropertyListConfigurationEvents

java.lang.Object
  extended by org.apache.commons.configuration.event.AbstractTestConfigurationEvents
      extended by org.apache.commons.configuration.plist.AbstractTestPListEvents
          extended by org.apache.commons.configuration.plist.TestXMLPropertyListConfigurationEvents

public class TestXMLPropertyListConfigurationEvents
extends AbstractTestPListEvents

Test class for the events generated by XMLPropertyListConfiguration.

Version:
$Id: TestXMLPropertyListConfigurationEvents.java 1301994 2012-03-17 20:21:23Z sebb $

Field Summary
 
Fields inherited from class org.apache.commons.configuration.event.AbstractTestConfigurationEvents
config, l
 
Constructor Summary
TestXMLPropertyListConfigurationEvents()
           
 
Method Summary
protected  AbstractConfiguration createConfiguration()
          Creates the configuration instance to be tested.
 
Methods inherited from class org.apache.commons.configuration.plist.AbstractTestPListEvents
testAddByteArrayPropertyEvent, testSetByteArrayPropertyEvent
 
Methods inherited from class org.apache.commons.configuration.event.AbstractTestConfigurationEvents
setUp, testAddPropertyEvent, testAddPropertyEventWithDetails, testClearEvent, testClearEventWithDetails, testClearPropertyEvent, testClearPropertyEventWithDetails, testSetPropertyEvent, testSetPropertyEventWithDetails
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestXMLPropertyListConfigurationEvents

public TestXMLPropertyListConfigurationEvents()
Method Detail

createConfiguration

protected AbstractConfiguration createConfiguration()
Description copied from class: AbstractTestConfigurationEvents
Creates the configuration instance to be tested.

Specified by:
createConfiguration in class AbstractTestConfigurationEvents
Returns:
the configuration instance under test


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