org.logicalcobwebs.proxool
Class StateListenerTest

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

public class StateListenerTest
extends AbstractProxoolTest

Test that registering a ConfigurationListenerIF with the ProxoolFacade works.

Since:
Proxool 0.7
Version:
$Revision: 1.13 $, $Date: 2005/05/04 16:03:23 $
Author:
Christian Nedregaard (christian_nedregaard@email.com), $Author: billhorsman $ (current maintainer)

Nested Class Summary
(package private)  class StateListenerTest.TestStateListener
           
 
Field Summary
private static Log LOG
           
 
Constructor Summary
StateListenerTest(java.lang.String s)
           
 
Method Summary
 void testAddStateListener()
          Test whether we can add a state listener and that it receives notification of change of state
 
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

StateListenerTest

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

testAddStateListener

public void testAddStateListener()
                          throws java.lang.Exception
Test whether we can add a state listener and that it receives notification of change of state

Throws:
java.lang.Exception