com.objectwave.persist.xml.test
Class MultiplePrimaryKeyTest

java.lang.Object
  |
  +--com.objectwave.test.UnitTestBaseImpl
        |
        +--com.objectwave.persist.xml.test.MultiplePrimaryKeyTest
All Implemented Interfaces:
UnitTest

public class MultiplePrimaryKeyTest
extends UnitTestBaseImpl

Version:
$Id: MultiplePrimaryKeyTest.java,v 1.5 2002/03/09 17:13:47 dave_hoag Exp $
Author:
cson

Field Summary
 
Fields inherited from class com.objectwave.test.UnitTestBaseImpl
testContext
 
Constructor Summary
MultiplePrimaryKeyTest()
           
 
Method Summary
static void main(java.lang.String[] args)
          The main program for the RDBTest class
 void tearDown(TestContext context)
          The teardown method for JUnit
 void testFileBroker()
          Test Multiple Primary Key support in Hypersonic
 void testHypersonic()
          Test Multiple Primary Key support in Hypersonic
 
Methods inherited from class com.objectwave.test.UnitTestBaseImpl
createTest, removeFile, setUp, writeFile, writeFileResource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MultiplePrimaryKeyTest

public MultiplePrimaryKeyTest()
Method Detail

tearDown

public void tearDown(TestContext context)
              throws java.lang.Exception
The teardown method for JUnit

Specified by:
tearDown in interface UnitTest
Overrides:
tearDown in class UnitTestBaseImpl
Parameters:
context -
Throws:
java.lang.Exception

testFileBroker

public void testFileBroker()
                    throws java.lang.Exception
Test Multiple Primary Key support in Hypersonic

Throws:
java.lang.Exception

testHypersonic

public void testHypersonic()
                    throws java.lang.Exception
Test Multiple Primary Key support in Hypersonic

Throws:
java.lang.Exception

main

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

Parameters:
args - The command line arguments