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

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

public class ReplicatedSyncPerfAopTest
extends TestCase

Replicated synchronous mode performance test for transactional TreeCache.

See Also:
Serialized Form

Constructor Summary
ReplicatedSyncPerfAopTest(java.lang.String name)
           
 
Method Summary
 void setUp()
           
static Test suite()
           
 void tearDown()
           
 void test2CachesOneTxOnly()
           
 void test2CachesTx()
           
 void test3CachesTx()
           
 void testOneCacheTx()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplicatedSyncPerfAopTest

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

testOneCacheTx

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

test2CachesTx

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

test2CachesOneTxOnly

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

test3CachesTx

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

suite

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