org.jboss.test.cache.perf.aop
Class ReplicatedSyncMapPerfAopTest

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.cache.perf.aop.ReplicatedSyncMapPerfAopTest

public class ReplicatedSyncMapPerfAopTest
extends TestCase

Local mode performance test for TreeCache.

See Also:
Serialized Form

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

Constructor Detail

ReplicatedSyncMapPerfAopTest

public ReplicatedSyncMapPerfAopTest(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

testAll

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

setLevelRW

protected void setLevelRW()

setLevelSerial

protected void setLevelSerial()

suite

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