org.jboss.cache.tests
Class CallbackTest

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

public class CallbackTest
extends TestCase

Tests whether modifications within callbacks (TreeCacheListener) are handled correctly

See Also:
Serialized Form

Constructor Summary
CallbackTest()
           
 
Method Summary
protected  void setUp()
           
static Test suite()
           
protected  void tearDown()
           
 void testLocalCallbackWithException()
           
 void testLocalCallbackWithoutTransaction()
           
 void testLocalCallbackWithTransaction()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallbackTest

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

testLocalCallbackWithoutTransaction

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

testLocalCallbackWithTransaction

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

testLocalCallbackWithException

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

suite

public static Test suite()