org.logicalcobwebs.proxool.configuration
Class ConfiguratorTest

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

public class ConfiguratorTest
extends AbstractProxoolTest

Tests that the programatic configuration of Proxool works.

Since:
Proxool 0.5
Version:
$Revision: 1.15 $, $Date: 2003/03/04 10:24:41 $
Author:
Bill Horsman (bill@logicalcobwebs.co.uk), $Author: billhorsman $ (current maintainer)

Field Summary
private static Log LOG
           
private static java.lang.String TEST_TABLE
           
 
Constructor Summary
ConfiguratorTest(java.lang.String name)
           
 
Method Summary
 void testConfigurator()
           
 
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

TEST_TABLE

private static final java.lang.String TEST_TABLE
See Also:
Constant Field Values
Constructor Detail

ConfiguratorTest

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

testConfigurator

public void testConfigurator()
                      throws java.lang.Exception
Throws:
java.lang.Exception