org.jboss.test.jmx.compliance.server
Class MBeanServerBuilderTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.jboss.test.jmx.compliance.server.MBeanServerBuilderTestCase
All Implemented Interfaces:
junit.framework.Test

public class MBeanServerBuilderTestCase
extends junit.framework.TestCase

Tests the MBeanServerBuilder

Author:
Adrian Brock.

Constructor Summary
MBeanServerBuilderTestCase(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 junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MBeanServerBuilderTestCase

public MBeanServerBuilderTestCase(String s)
Construct the test

Method Detail

testNewMBeanServerDelegate

public void testNewMBeanServerDelegate()
                                throws Exception
Throws:
Exception

testNewMBeanServer

public void testNewMBeanServer()
                        throws Exception
Throws:
Exception

testNewMBeanServerViaMBeanServerFactory

public void testNewMBeanServerViaMBeanServerFactory()
                                             throws Exception
Throws:
Exception

testPreRegisterGetsTheOriginalMBeanServer

public void testPreRegisterGetsTheOriginalMBeanServer()
                                               throws Exception
Throws:
Exception

testPreRegisterGetsTheOuterMBeanServer

public void testPreRegisterGetsTheOuterMBeanServer()
                                            throws Exception
Throws:
Exception

testMBeanServerDelegateReplaced

public void testMBeanServerDelegateReplaced()
                                     throws Exception
Throws:
Exception

testReplaceMBeanServerBuilderMBeanServerDelegate

public void testReplaceMBeanServerBuilderMBeanServerDelegate()
                                                      throws Exception
Throws:
Exception

testReplaceMBeanServerBuilderMBeanServer

public void testReplaceMBeanServerBuilderMBeanServer()
                                              throws Exception
Throws:
Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.