org.apache.commons.configuration.event
Class TestMapConfigurationEvents

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.commons.configuration.event.AbstractTestConfigurationEvents
              extended by org.apache.commons.configuration.event.TestMapConfigurationEvents
All Implemented Interfaces:
junit.framework.Test

public class TestMapConfigurationEvents
extends AbstractTestConfigurationEvents

Test class for the events generated by MapConfiguration.

Version:
$Id: TestMapConfigurationEvents.java 439648 2006-09-02 20:42:10Z oheger $

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.commons.configuration.event.AbstractTestConfigurationEvents
AbstractTestConfigurationEvents.TestConfigurationListener
 
Field Summary
 
Fields inherited from class org.apache.commons.configuration.event.AbstractTestConfigurationEvents
config, l
 
Constructor Summary
TestMapConfigurationEvents()
           
 
Method Summary
protected  org.apache.commons.configuration.AbstractConfiguration createConfiguration()
          Creates the configuration instance to be tested.
 
Methods inherited from class org.apache.commons.configuration.event.AbstractTestConfigurationEvents
setUp, testAddPropertyEvent, testAddPropertyEventWithDetails, testClearEvent, testClearEventWithDetails, testClearPropertyEvent, testClearPropertyEventWithDetails, testSetPropertyEvent, testSetPropertyEventWithDetails
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TestMapConfigurationEvents

public TestMapConfigurationEvents()
Method Detail

createConfiguration

protected org.apache.commons.configuration.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-2008 The Apache Software Foundation. All Rights Reserved.