org.logicalcobwebs.proxool.configuration
Class PropertyConfiguratorTest

java.lang.Object
  extended by TestCase
      extended by org.logicalcobwebs.proxool.AbstractProxoolTest
          extended by org.logicalcobwebs.proxool.configuration.PropertyConfiguratorTest

public class PropertyConfiguratorTest
extends AbstractProxoolTest

Tests that the PropertyConfigurator works.

Since:
Proxool 0.6
Version:
$Revision: 1.8 $, $Date: 2003/03/04 10:58:45 $
Author:
Christian Nedregaard (christian_nedregaard@email.com), $Author: billhorsman $ (current maintainer)

Constructor Summary
PropertyConfiguratorTest(java.lang.String name)
           
 
Method Summary
 void testPropertyConfigurator()
          Test that the configuration succeds and that all expected properties has been received by Proxool.
 
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

PropertyConfiguratorTest

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

testPropertyConfigurator

public void testPropertyConfigurator()
                              throws ProxoolException,
                                     java.sql.SQLException
Test that the configuration succeds and that all expected properties has been received by Proxool.

Throws:
ProxoolException - if the configuration fails.
java.sql.SQLException - if ProxoolFacade operation fails.