test.compliance.openmbean
Class OpenMBeanInfoSupportTestCase

java.lang.Object
  extended byTestCase
      extended bytest.compliance.openmbean.OpenMBeanInfoSupportTestCase

public class OpenMBeanInfoSupportTestCase
extends TestCase

Open MBean Info tests.

See Also:
Serialized Form

Nested Class Summary
static class OpenMBeanInfoSupportTestCase.MyOpenMBeanAttributeInfoSupport (src)
           
static class OpenMBeanInfoSupportTestCase.MyOpenMBeanConstructorInfoSupport (src)
           
static class OpenMBeanInfoSupportTestCase.MyOpenMBeanOperationInfoSupport (src)
           
static class OpenMBeanInfoSupportTestCase.MyOpenMBeanParameterInfo (src)
           
 
Constructor Summary
OpenMBeanInfoSupportTestCase(java.lang.String s)
          Construct the test
 
Method Summary
 void testEquals()
           
 void testErrors()
           
 void testHashCode()
           
 void testOpenMBeanInfoSupport()
           
 void testSerialization()
           
 void testToString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenMBeanInfoSupportTestCase

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

Method Detail

testOpenMBeanInfoSupport

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

testEquals

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

testHashCode

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

testToString

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

testSerialization

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

testErrors

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