org.logicalcobwebs.proxool
Class AbstractProxoolTest
java.lang.Object
TestCase
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)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOG
private static final Log LOG
alias
private java.lang.String alias
testLock
private static ReaderPreferenceReadWriteLock testLock
threadNames
private java.util.Stack threadNames
AbstractProxoolTest
public AbstractProxoolTest(java.lang.String alias)
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()