org.logicalcobwebs.proxool
Class AbstractProxoolTest

java.lang.Object
  extended by TestCase
      extended by org.logicalcobwebs.proxool.AbstractProxoolTest
Direct Known Subclasses:
AbstractJMXTest, AvalonConfiguratorTest, ConfigurationListenerTest, ConfiguratorTest, ConnectionInfoTest, ConnectionListenerTest, ConnectionPoolTest, ConnectionResetterTest, DelegateConnectionTest, DriverTest, EnhancerTest, FatalSqlExceptionTest, HibernateTest, HouseKeeperTest, HypersonicTest, InjectableInterfaceTest, JAXPConfiguratorTest, Jdk14LoggerTest, KillTest, ListenerContainerTest, ManyPoolsTest, PerformanceTest, PropertyConfiguratorTest, PropertyTest, PrototyperTest, ProxoolDataSourceTest, ProxyConnectionTest, ProxyDatabaseMetaDataTest, ProxyStatementTest, RegistrationTest, SnapshotTest, StateListenerTest, StatisticsListenerTest, StatisticsTest, UpdateDefinitionTest, WrapperTest

public abstract class AbstractProxoolTest
extends TestCase

Provides common code for all Proxool tests

Since:
Proxool 0.8
Version:
$Revision: 1.5 $, $Date: 2004/03/26 16:00:23 $
Author:
bill, $Author: billhorsman $ (current maintainer)

Field Summary
private  java.lang.String alias
           
private static Log LOG
           
private static ReaderPreferenceReadWriteLock testLock
           
private  java.util.Stack threadNames
           
 
Constructor Summary
AbstractProxoolTest(java.lang.String alias)
           
 
Method Summary
protected  void setUp()
           
protected  void 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

alias

private java.lang.String alias

testLock

private static ReaderPreferenceReadWriteLock testLock

threadNames

private java.util.Stack threadNames
Constructor Detail

AbstractProxoolTest

public AbstractProxoolTest(java.lang.String alias)
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception
See Also:
TestCase#setUp()

tearDown

protected void tearDown()
                 throws java.lang.Exception
Throws:
java.lang.Exception
See Also:
TestCase#tearDown()