org.logicalcobwebs.proxool
Class DriverTest

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

public class DriverTest
extends AbstractProxoolTest

Tests ProxoolDriver

Since:
Proxool 0.8
Version:
$Revision: 1.5 $, $Date: 2003/04/29 12:04:18 $
Author:
bill, $Author: billhorsman $ (current maintainer)

Field Summary
private static Log LOG
           
 
Constructor Summary
DriverTest(java.lang.String alias)
           
 
Method Summary
 void testAlias()
          Can we refer to the same pool by either the complete URL or the alias?
 
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
Constructor Detail

DriverTest

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

testAlias

public void testAlias()
               throws java.lang.Exception
Can we refer to the same pool by either the complete URL or the alias?

Throws:
java.lang.Exception