org.jboss.cache.tests
Class CallbackTest
java.lang.Object
TestCase
org.jboss.cache.tests.CallbackTest
- public class CallbackTest
- extends TestCase
Tests whether modifications within callbacks (TreeCacheListener) are handled correctly
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CallbackTest
public CallbackTest()
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()