org.apache.commons.configuration.plist
Class AbstractTestPListEvents

java.lang.Object
  extended by org.apache.commons.configuration.event.AbstractTestConfigurationEvents
      extended by org.apache.commons.configuration.plist.AbstractTestPListEvents
Direct Known Subclasses:
TestPropertyListConfigurationEvents, TestXMLPropertyListConfigurationEvents

public abstract class AbstractTestPListEvents
extends AbstractTestConfigurationEvents

A base test class for testing the events generated by the plist configurations. This class especially checks events related to the special handling of byte arrays.

Version:
$Id: AbstractTestPListEvents.java 1225901 2011-12-30 19:37:46Z oheger $

Field Summary
 
Fields inherited from class org.apache.commons.configuration.event.AbstractTestConfigurationEvents
config, l
 
Constructor Summary
AbstractTestPListEvents()
           
 
Method Summary
 void testAddByteArrayPropertyEvent()
          Tests the events generated by an added byte array property.
 void testSetByteArrayPropertyEvent()
          Tests the events generated by setting a byte array property.
 
Methods inherited from class org.apache.commons.configuration.event.AbstractTestConfigurationEvents
createConfiguration, 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

AbstractTestPListEvents

public AbstractTestPListEvents()
Method Detail

testAddByteArrayPropertyEvent

public void testAddByteArrayPropertyEvent()
Tests the events generated by an added byte array property.


testSetByteArrayPropertyEvent

public void testSetByteArrayPropertyEvent()
Tests the events generated by setting a byte array property.



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