org.apache.commons.configuration.event
Class TestDatabaseConfigurationEvents

java.lang.Object
  extended by org.apache.commons.configuration.event.AbstractTestConfigurationEvents
      extended by org.apache.commons.configuration.event.TestDatabaseConfigurationEvents

public class TestDatabaseConfigurationEvents
extends AbstractTestConfigurationEvents

A test class for the events generated by DatabaseConfiguration.

Version:
$Id: TestDatabaseConfigurationEvents.java 1225648 2011-12-29 20:55:07Z oheger $

Field Summary
 
Fields inherited from class org.apache.commons.configuration.event.AbstractTestConfigurationEvents
config, l
 
Constructor Summary
TestDatabaseConfigurationEvents()
           
 
Method Summary
protected  AbstractConfiguration createConfiguration()
          Creates the configuration instance to be tested.
 void setUp()
           
 void tearDown()
           
 
Methods inherited from class org.apache.commons.configuration.event.AbstractTestConfigurationEvents
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

TestDatabaseConfigurationEvents

public TestDatabaseConfigurationEvents()
Method Detail

setUp

public void setUp()
           throws Exception
Overrides:
setUp in class AbstractTestConfigurationEvents
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception

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.