test.compliance.metadata
Class MBeanInfoTEST

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

public class MBeanInfoTEST
extends TestCase

MBean Info tests.

See Also:
Serialized Form

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

Constructor Detail

MBeanInfoTEST

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

Method Detail

testMBeanInfo

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

testSerialization

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