test.compliance.metadata
Class MBeanParameterInfoTEST

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

public class MBeanParameterInfoTEST
extends TestCase

MBean Parameter Info tests.

See Also:
Serialized Form

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

Constructor Detail

MBeanParameterInfoTEST

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

Method Detail

testMBeanParameterInfo

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