test.compliance.openmbean
Class OpenMBeanConstructorInfoSupportTestCase

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

public class OpenMBeanConstructorInfoSupportTestCase
extends TestCase

Open MBean Constructor Info tests.

See Also:
Serialized Form

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

Constructor Detail

OpenMBeanConstructorInfoSupportTestCase

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

Method Detail

testOpenMBeanConstructorInfoSupport

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