com.objectwave.persist.broker
Class HypersonicBroker.Test

java.lang.Object
  |
  +--com.objectwave.test.UnitTestBaseImpl
        |
        +--com.objectwave.persist.broker.BasicTestBroker
              |
              +--com.objectwave.persist.broker.HypersonicBroker.Test
All Implemented Interfaces:
UnitTest
Enclosing class:
HypersonicBroker

public static class HypersonicBroker.Test
extends BasicTestBroker

Version:
$Id: HypersonicBroker.java,v 2.4 2002/03/23 13:42:10 dave_hoag Exp $
Author:
cson

Field Summary
 
Fields inherited from class com.objectwave.persist.broker.BasicTestBroker
broker
 
Fields inherited from class com.objectwave.test.UnitTestBaseImpl
testContext
 
Constructor Summary
HypersonicBroker.Test()
           
 
Method Summary
protected  void buildDatabase(HypersonicBroker broker)
           
protected  void dropDatabase(HypersonicBroker broker)
           
static void main(java.lang.String[] args)
          The main program for the RDBTest class
 void setUp(java.lang.String str, TestContext context)
          The JUnit setup method
 void tearDown(TestContext context)
          The teardown method for JUnit
 void testCollectionProxy()
          A unit test for JUnit
 
Methods inherited from class com.objectwave.persist.broker.BasicTestBroker
testConstrainingFk, testConstrainingInstance, testCrossFieldConstraint, testDelete, testDualInsert, testFkProxy, testInstanceProxy, testListFind, testResave, testSimpleFind, testSimpleSave, testSimpleSaveList, testTargetFileName
 
Methods inherited from class com.objectwave.test.UnitTestBaseImpl
createTest, removeFile, writeFile, writeFileResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HypersonicBroker.Test

public HypersonicBroker.Test()
Method Detail

main

public static void main(java.lang.String[] args)
The main program for the RDBTest class

Parameters:
args - The command line arguments

setUp

public void setUp(java.lang.String str,
                  TestContext context)
           throws java.lang.Exception
The JUnit setup method

Specified by:
setUp in interface UnitTest
Overrides:
setUp in class BasicTestBroker
Parameters:
str - The new Up value
context - The new Up value
Throws:
java.lang.Exception

tearDown

public void tearDown(TestContext context)
The teardown method for JUnit

Specified by:
tearDown in interface UnitTest
Overrides:
tearDown in class BasicTestBroker
Parameters:
context -

dropDatabase

protected void dropDatabase(HypersonicBroker broker)
                     throws java.lang.Exception
Parameters:
broker -
Throws:
java.lang.Exception

buildDatabase

protected void buildDatabase(HypersonicBroker broker)
                      throws java.lang.Exception
Parameters:
broker -
Throws:
java.lang.Exception

testCollectionProxy

public void testCollectionProxy()
                         throws QueryException
A unit test for JUnit

Overrides:
testCollectionProxy in class BasicTestBroker
Throws:
QueryException