org.jboss.test.cache.stress
Class EvictionLocalStressTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.cache.stress.EvictionLocalStressTestCase

public class EvictionLocalStressTestCase
extends TestCase

Local mode stress test for TreeCache.

See Also:
Serialized Form

Constructor Summary
EvictionLocalStressTestCase(java.lang.String name)
           
 
Method Summary
protected  void setLevelRW()
           
protected  void setLevelSerial()
           
 void setUp()
           
static Test suite()
           
 void tearDown()
           
 void testAllTx_RWLock()
           
 void XtestAllTx_SimpleLock()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EvictionLocalStressTestCase

public EvictionLocalStressTestCase(java.lang.String name)
Method Detail

setUp

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

tearDown

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

setLevelRW

protected void setLevelRW()

setLevelSerial

protected void setLevelSerial()

testAllTx_RWLock

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

XtestAllTx_SimpleLock

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

suite

public static Test suite()
                  throws java.lang.Exception
Throws:
java.lang.Exception