test.compliance.metadata
Class MBeanConstructorInfoTEST

java.lang.Object
  extended byTestCase
      extended bytest.compliance.metadata.MBeanConstructorInfoTEST

public class MBeanConstructorInfoTEST
extends TestCase

MBean Parameter Info tests.

See Also:
Serialized Form

Constructor Summary
MBeanConstructorInfoTEST(java.lang.String s)
          Construct the test
 
Method Summary
 void testEquals()
           
 void testErrors()
           
 void testHashCode()
           
 void testMBeanConstructorInfo()
           
 void testSerialization()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MBeanConstructorInfoTEST

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

Method Detail

testMBeanConstructorInfo

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

testHashCode

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

testEquals

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