com.redstarhackers.dal.junit
Class DALTestCase

java.lang.Object
  extended bycom.redstarhackers.dal.junit.DALTestCase

public class DALTestCase
extends java.lang.Object

TODO Class summary sentence. Class documentation.

Version:
$Revision: 1097 $
Author:
$Author: kostya $

Constructor Summary
DALTestCase()
           
DALTestCase(java.lang.String arg0)
           
 
Method Summary
protected  void beginTransaction()
           
protected  void commitTransaction()
           
protected  com.redstarhackers.jta.TransactionContext getTransactionContext()
           
protected  void rollbackTransaction()
           
protected  void setUp()
           
protected  void tearDown()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DALTestCase

public DALTestCase()

DALTestCase

public DALTestCase(java.lang.String arg0)
Parameters:
arg0 -
Method Detail

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()