org.jboss.cache.tests
Class TreeCacheFunctionalTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.jboss.cache.tests.TreeCacheFunctionalTest
All Implemented Interfaces:
junit.framework.Test

public class TreeCacheFunctionalTest
extends junit.framework.TestCase

Simple functional tests for TreeCache

Version:
$Id: TreeCacheFunctionalTest.java,v 1.2.2.2 2005/04/06 21:07:05 starksm Exp $
Author:
Bela Ban

Constructor Summary
TreeCacheFunctionalTest()
           
 
Method Summary
protected  void setUp()
           
static junit.framework.Test suite()
           
protected  void tearDown()
           
 void testFailFastPut()
           
 void testFailFastWith2Transactions()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TreeCacheFunctionalTest

public TreeCacheFunctionalTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Throws:
Exception

tearDown

protected void tearDown()
                 throws Exception
Throws:
Exception

testFailFastPut

public void testFailFastPut()
                     throws Exception
Throws:
Exception

testFailFastWith2Transactions

public void testFailFastWith2Transactions()
                                   throws Exception,
                                          NotSupportedException
Throws:
Exception
NotSupportedException

suite

public static junit.framework.Test suite()


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.