org.jboss.test.jmx.compliance.standard
Class StandardMBeanTEST

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

public class StandardMBeanTEST
extends junit.framework.TestCase

Author:
Adrian Brock.

Constructor Summary
StandardMBeanTEST(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 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

StandardMBeanTEST

public StandardMBeanTEST(String s)
Method Detail

testOverrideManagementInterface

public void testOverrideManagementInterface()
                                     throws Exception
Throws:
Exception

testSpecifyManagementInterface

public void testSpecifyManagementInterface()
                                    throws Exception
Throws:
Exception

testDontSpecifyManagementInterface

public void testDontSpecifyManagementInterface()
                                        throws Exception
Throws:
Exception

testGetImplementationImplied

public void testGetImplementationImplied()
                                  throws Exception
Throws:
Exception

testGetImplementationSpecified

public void testGetImplementationSpecified()
                                    throws Exception
Throws:
Exception

testMBeanInterfaceImplied

public void testMBeanInterfaceImplied()
                               throws Exception
Throws:
Exception

testMBeanInterfaceSpecified

public void testMBeanInterfaceSpecified()
                                 throws Exception
Throws:
Exception

testMBeanInterfaceOldStyle

public void testMBeanInterfaceOldStyle()
                                throws Exception
Throws:
Exception

testMetaData

public void testMetaData()
                  throws Exception
Throws:
Exception

testNoConstructorsMetaData

public void testNoConstructorsMetaData()
                                throws Exception
Throws:
Exception

testCaching

public void testCaching()
                 throws Exception
Throws:
Exception

testErrors

public void testErrors()
                throws Exception
Throws:
Exception


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