com.redstarhackers.dal.junit
Class DALTestCase
java.lang.Object
com.redstarhackers.dal.junit.DALTestCase
- public class DALTestCase
- extends java.lang.Object
TODO Class summary sentence. Class documentation.
- Version:
- $Revision: 1097 $
- Author:
- $Author: kostya $
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DALTestCase
public DALTestCase()
DALTestCase
public DALTestCase(java.lang.String arg0)
- Parameters:
arg0 -
setUp
protected void setUp()
throws java.lang.Exception
- Throws:
java.lang.Exception
tearDown
protected void tearDown()
throws java.lang.Exception
- Throws:
java.lang.Exception
getTransactionContext
protected com.redstarhackers.jta.TransactionContext getTransactionContext()
beginTransaction
protected void beginTransaction()
commitTransaction
protected void commitTransaction()
rollbackTransaction
protected void rollbackTransaction()