test.compliance.standard
Class StandardMBeanTEST

java.lang.Object
  extended byTestCase
      extended bytest.compliance.standard.StandardMBeanTEST

public class StandardMBeanTEST
extends TestCase

See Also:
Serialized Form

Constructor Summary
StandardMBeanTEST(java.lang.String s)
           
 
Method Summary
 void testCaching()
           
 void testDontSpecifyManagementInterface()
           
 void testErrors()
           
 void testGetImplementationImplied()
           
 void testGetImplementationSpecified()
           
 void testMBeanInterfaceImplied()
           
 void testMBeanInterfaceOldStyle()
           
 void testMBeanInterfaceSpecified()
           
 void testMetaData()
           
 void testNoConstructorsMetaData()
           
 void testOverrideManagementInterface()
           
 void testSpecifyManagementInterface()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StandardMBeanTEST

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

testOverrideManagementInterface

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

testSpecifyManagementInterface

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

testDontSpecifyManagementInterface

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

testGetImplementationImplied

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

testGetImplementationSpecified

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

testMBeanInterfaceImplied

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

testMBeanInterfaceSpecified

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

testMBeanInterfaceOldStyle

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

testMetaData

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

testNoConstructorsMetaData

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

testCaching

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

testErrors

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