org.logicalcobwebs.proxool
Class HypersonicTest

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

public class HypersonicTest
extends AbstractProxoolTest

Very basic test to see if Hypersonic test database is working

Since:
Proxool 0.5
Version:
$Revision: 1.12 $, $Date: 2003/03/04 10:24:40 $
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
HypersonicTest(java.lang.String s)
           
 
Method Summary
 void testHypersonic()
           
 
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

HypersonicTest

public HypersonicTest(java.lang.String s)
Method Detail

testHypersonic

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