org.logicalcobwebs.proxool
Class ProxoolDataSourceTest

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

public class ProxoolDataSourceTest
extends AbstractProxoolTest

Tests the Proxool datasources.

Since:
Proxool 0.9
Version:
$Revision: 1.1 $, $Date: 2004/03/18 17:10:01 $
Author:
Christian Nedregaard (christian_nedregaard@email.com), $Author: chr32 $ (current maintainer)

Constructor Summary
ProxoolDataSourceTest(java.lang.String alias)
           
 
Method Summary
 void testBeanConfiguredDataSource()
          Test the bean configured DataSource.
 void testFactoryConfiguredDataSource()
          Test the bean configured DataSource.
 void testPreconfiguredDataSource()
          Test the Proxool managed DataSource
 
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
 

Constructor Detail

ProxoolDataSourceTest

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

testPreconfiguredDataSource

public void testPreconfiguredDataSource()
                                 throws java.lang.Exception
Test the Proxool managed DataSource

Throws:
java.lang.Exception

testBeanConfiguredDataSource

public void testBeanConfiguredDataSource()
                                  throws java.lang.Exception
Test the bean configured DataSource.

Throws:
java.lang.Exception

testFactoryConfiguredDataSource

public void testFactoryConfiguredDataSource()
                                     throws java.lang.Exception
Test the bean configured DataSource.

Throws:
java.lang.Exception