org.jboss.test.jbossmx.compliance.server
Class MBeanServerTestCase

java.lang.Object
  extended byjunit.framework.TestCase
      extended byorg.jboss.test.jbossmx.compliance.TestCase (src) 
          extended byorg.jboss.test.jbossmx.compliance.server.MBeanServerTestCase

public class MBeanServerTestCase
extends TestCase (src)

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.test.jbossmx.compliance.TestCase (src)
log, MBEAN_SERVER_DELEGATE, PERIOD, REPEATS, WAIT
 
Constructor Summary
MBeanServerTestCase(java.lang.String s)
           
 
Method Summary
 void testGetAttributeWithBusinessException()
           
 void testGetAttributeWithError()
           
 void testGetAttributeWithNonExistingAttribute()
           
 void testGetAttributeWithNonExistingMBean()
           
 void testGetAttributeWithUncheckedException()
           
 void testInvokeWithBusinessException()
           
 void testInvokeWithNonExistantMBean()
           
 void testSetAttributeWithBusinessException()
           
 void testSetAttributeWithError()
           
 void testSetAttributeWithNonExistingAttribute()
           
 void testSetAttributeWithNonExistingMBean()
           
 void testSetAttributeWithUncheckedException()
           
 
Methods inherited from class org.jboss.test.jbossmx.compliance.TestCase (src)
testServerFound
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBeanServerTestCase

public MBeanServerTestCase(java.lang.String s)
Method Detail

testInvokeWithNonExistantMBean

public void testInvokeWithNonExistantMBean()

testInvokeWithBusinessException

public void testInvokeWithBusinessException()

testGetAttributeWithNonExistingAttribute

public void testGetAttributeWithNonExistingAttribute()

testGetAttributeWithBusinessException

public void testGetAttributeWithBusinessException()

testGetAttributeWithNonExistingMBean

public void testGetAttributeWithNonExistingMBean()

testGetAttributeWithUncheckedException

public void testGetAttributeWithUncheckedException()

testGetAttributeWithError

public void testGetAttributeWithError()

testSetAttributeWithNonExistingAttribute

public void testSetAttributeWithNonExistingAttribute()

testSetAttributeWithBusinessException

public void testSetAttributeWithBusinessException()

testSetAttributeWithNonExistingMBean

public void testSetAttributeWithNonExistingMBean()

testSetAttributeWithUncheckedException

public void testSetAttributeWithUncheckedException()

testSetAttributeWithError

public void testSetAttributeWithError()