org.jboss.cache.tests
Class TxCacheLoaderTest

java.lang.Object
  extended byTestCase
      extended byorg.jboss.cache.tests.TxCacheLoaderTest

public class TxCacheLoaderTest
extends TestCase

Created by IntelliJ IDEA. User: bela Date: Jun 9, 2004 Time: 9:05:19 AM

See Also:
Serialized Form

Constructor Summary
TxCacheLoaderTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
static Test suite()
           
protected  void tearDown()
           
 void testPutAfterTxCommit()
           
 void testPutAfterTxRollback()
           
 void testTxPrepareAndRollback()
           
 void testTxPutCommit()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TxCacheLoaderTest

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

testTxPutCommit

public void testTxPutCommit()
                     throws java.lang.Exception,
                            NotSupportedException (src) 
Throws:
java.lang.Exception
NotSupportedException (src)

testTxPrepareAndRollback

public void testTxPrepareAndRollback()
                              throws java.lang.Exception,
                                     NotSupportedException (src) 
Throws:
java.lang.Exception
NotSupportedException (src)

testPutAfterTxCommit

public void testPutAfterTxCommit()
                          throws java.lang.Exception,
                                 NotSupportedException (src) 
Throws:
java.lang.Exception
NotSupportedException (src)

testPutAfterTxRollback

public void testPutAfterTxRollback()
                            throws java.lang.Exception,
                                   NotSupportedException (src) 
Throws:
java.lang.Exception
NotSupportedException (src)

suite

public static Test suite()

main

public static void main(java.lang.String[] args)