test.compliance.server
Class MBeanServerBuilderTestCase

java.lang.Object
  extended byTestCase
      extended bytest.compliance.server.MBeanServerBuilderTestCase

public class MBeanServerBuilderTestCase
extends TestCase

Tests the MBeanServerBuilder

See Also:
Serialized Form

Constructor Summary
MBeanServerBuilderTestCase(java.lang.String s)
          Construct the test
 
Method Summary
 void testMBeanServerDelegateReplaced()
           
 void testNewMBeanServer()
           
 void testNewMBeanServerDelegate()
           
 void testNewMBeanServerViaMBeanServerFactory()
           
 void testPreRegisterGetsTheOriginalMBeanServer()
           
 void testPreRegisterGetsTheOuterMBeanServer()
           
 void testReplaceMBeanServerBuilderMBeanServer()
           
 void testReplaceMBeanServerBuilderMBeanServerDelegate()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBeanServerBuilderTestCase

public MBeanServerBuilderTestCase(java.lang.String s)
Construct the test

Method Detail

testNewMBeanServerDelegate

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

testNewMBeanServer

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

testNewMBeanServerViaMBeanServerFactory

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

testPreRegisterGetsTheOriginalMBeanServer

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

testPreRegisterGetsTheOuterMBeanServer

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

testMBeanServerDelegateReplaced

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

testReplaceMBeanServerBuilderMBeanServerDelegate

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

testReplaceMBeanServerBuilderMBeanServer

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