org.logicalcobwebs.proxool
Class ConfigurationListenerTest

java.lang.Object
  extended by TestCase
      extended by org.logicalcobwebs.proxool.AbstractProxoolTest
          extended by org.logicalcobwebs.proxool.ConfigurationListenerTest

public class ConfigurationListenerTest
extends AbstractProxoolTest

Test that registering a ConfigurationListenerIF with the ProxoolFacade works.

Since:
Proxool 0.7
Version:
$Revision: 1.12 $, $Date: 2004/05/26 17:19:09 $
Author:
Christian Nedregaard (christian_nedregaard@email.com), $Author: brenuart $ (current maintainer)

Nested Class Summary
(package private)  class ConfigurationListenerTest.MyConfigurationListener
           
 
Field Summary
private static Log LOG
           
 
Constructor Summary
ConfigurationListenerTest(java.lang.String s)
           
 
Method Summary
 void testAddAndRemove()
          Add a listener
 void testConfigurationListeners()
          Do configuration listeners work
 
Methods inherited from class org.logicalcobwebs.proxool.AbstractProxoolTest
setUp, tearDown
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOG

private static final Log LOG
Constructor Detail

ConfigurationListenerTest

public ConfigurationListenerTest(java.lang.String s)
See Also:
junit.framework.TestCase#TestCase
Method Detail

testAddAndRemove

public void testAddAndRemove()
                      throws java.lang.Exception
Add a listener

Throws:
java.lang.Exception - if anything goes wrong

testConfigurationListeners

public void testConfigurationListeners()
                                throws java.lang.Exception
Do configuration listeners work

Throws:
java.lang.Exception - if anything goes wrong