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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParallelTransactionTest.Test
public ParallelTransactionTest.Test()
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