org.hsqldb.test
Class TestHsql

java.lang.Object
  extended byTestCase
      extended byorg.hsqldb.test.TestHsql

public class TestHsql
extends TestCase

Main test class, containing several JDBC and script based tests to verify correct operation of the engine.

See Also:
Serialized Form

Constructor Summary
TestHsql(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] argv)
           
static Test suite()
           
 void testHsql()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestHsql

public TestHsql(java.lang.String name)
Method Detail

suite

public static Test suite()

main

public static void main(java.lang.String[] argv)

testHsql

public void testHsql()


Copyright © 2001 - 2002 HSQL Development Group. All Rights Reserved.