com.objectwave.transactionalSupport.test
Class ParallelTransactionTest.Test

java.lang.Object
  |
  +--com.objectwave.test.UnitTestBaseImpl
        |
        +--com.objectwave.transactionalSupport.test.ParallelTransactionTest.Test
All Implemented Interfaces:
UnitTest
Enclosing class:
ParallelTransactionTest

public static class ParallelTransactionTest.Test
extends UnitTestBaseImpl

Version:
$Id: ParallelTransactionTest.java,v 1.1 2001/10/03 14:59:03 dave_hoag Exp $
Author:
cson

Field Summary
 
Fields inherited from class com.objectwave.test.UnitTestBaseImpl
testContext
 
Constructor Summary
ParallelTransactionTest.Test()
           
 
Method Summary
 void batchUpdate(boolean fail, int policy)
           
static void main(java.lang.String[] args)
          The main program for the RDBTest class
 void showResults()
           
 void tearDown(TestContext context)
          The teardown method for JUnit
 void testParallelTransWithHypersonic()
          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

ParallelTransactionTest.Test

public ParallelTransactionTest.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

testParallelTransWithHypersonic

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

Throws:
java.lang.Exception

showResults

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

batchUpdate

public void batchUpdate(boolean fail,
                        int policy)
                 throws java.lang.Exception
Parameters:
fail -
policy -
Throws:
java.lang.Exception

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