org.jboss.cache.tests
Class TreeCacheFunctionalTest

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

public class TreeCacheFunctionalTest
extends TestCase

Simple functional tests for TreeCache

See Also:
Serialized Form

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

Constructor Detail

TreeCacheFunctionalTest

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

testFailFastPut

public void testFailFastPut()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testFailFastWith2Transactions

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

suite

public static Test suite()