test.compliance.openmbean
Class OpenMBeanOperationInfoSupportTestCase

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

public class OpenMBeanOperationInfoSupportTestCase
extends TestCase

Open MBean Operation Info tests.

See Also:
Serialized Form

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

Constructor Detail

OpenMBeanOperationInfoSupportTestCase

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

Method Detail

testOpenMBeanOperationInfoSupport

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

testReturnOpenType

public void testReturnOpenType()
                        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