org.jboss.test.cache.bean
Class MBeanUnitTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.test.JBossTestCase (src) 
          extended byorg.jboss.test.cache.bean.MBeanUnitTestCase

public class MBeanUnitTestCase
extends JBossTestCase (src)

Tests transactional access to a local TreeCache MBean service.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.test.JBossTestCase (src)
delegate, deploymentException, log
 
Constructor Summary
MBeanUnitTestCase(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void mySetup()
           
 void setUp()
           
static Test suite()
           
 void tearDown()
           
 void testPutTx()
           
 void testReplicatedPutTx()
           
 void testRollbackTx()
           
 void testSetup()
           
 
Methods inherited from class org.jboss.test.JBossTestCase (src)
deploy, flushAuthCache, flushAuthCache, getBeanCount, getDeployerName, getDeploySetup, getDeployURL, getInitialContext, getIterationCount, getJndiInitFactory, getJndiURL, getLog, getResourceURL, getServer, getServerHost, getThreadCount, initDelegate, invoke, restartDBPool, sleep, testServerFound, undeploy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBeanUnitTestCase

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

mySetup

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

testSetup

public void testSetup()

testPutTx

public void testPutTx()

testRollbackTx

public void testRollbackTx()

testReplicatedPutTx

public void testReplicatedPutTx()

suite

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

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception