org.jboss.test.cache.perf.basic
Class ReplicatedSyncPerfTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.cache.perf.basic.ReplicatedSyncPerfTestCase

public class ReplicatedSyncPerfTestCase
extends TestCase

Replicated synchronous mode performance test for transactional TreeCache.

See Also:
Serialized Form

Constructor Summary
ReplicatedSyncPerfTestCase(java.lang.String name)
           
 
Method Summary
 void setUp()
           
static Test suite()
           
 void tearDown()
           
 void test2CachesOneTxOnly()
           
 void test2CachesTx()
           
 void test3CachesTx()
           
 void testOneCacheTx()
           
 void testPuts()
          Executes a lot of put() operations against the cache
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReplicatedSyncPerfTestCase

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

testPuts

public void testPuts()
              throws java.lang.Exception
Executes a lot of put() operations against the cache

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