org.apache.commons.configuration.plist
Class AbstractTestPListEvents
java.lang.Object
org.apache.commons.configuration.event.AbstractTestConfigurationEvents
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 $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractTestPListEvents
public AbstractTestPListEvents()
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.