com.objectwave.transactionalSupport
Class TransactionLog.Test
java.lang.Object
|
+--com.objectwave.test.UnitTestBaseImpl
|
+--com.objectwave.transactionalSupport.TransactionLog.Test
- All Implemented Interfaces:
- UnitTest
- Enclosing class:
- TransactionLog
- public static class TransactionLog.Test
- extends UnitTestBaseImpl
Unit tests for the tranasaction log.
- Version:
- $Id: TransactionLog.java,v 2.3 2002/03/23 13:42:11 dave_hoag Exp $
- Author:
- dhoag
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TransactionLog.Test
public TransactionLog.Test()
setUsingSessions
public static void setUsingSessions(boolean b)
- A workaround to avoid changing access rights of the
TransactionLog.setUsingSessions
- Parameters:
b - The new UsingSessions value
reset
public static void reset()
- Help other unit tests with transactions
main
public static void main(java.lang.String[] args)
- The main program for the Test class
- Parameters:
args - The command line arguments
setUp
public void setUp(java.lang.String methodName,
TestContext context)
- Clear the static values from one test to the next.
- Specified by:
setUp in interface UnitTest- Overrides:
setUp in class UnitTestBaseImpl
- Parameters:
methodName - The new Up valuecontext - The new Up value
testSubTransSession
public void testSubTransSession()
testSubTransTwo
public void testSubTransTwo()
testSubTrans
public void testSubTrans()
testSubTransactions
public void testSubTransactions()
testTransactionSupport
public void testTransactionSupport()
testRootContexts
public void testRootContexts()