test.compliance.metadata
Class MBeanNotificationInfoTEST

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

public class MBeanNotificationInfoTEST
extends TestCase

MBean Notification Info tests.

See Also:
Serialized Form

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

Constructor Detail

MBeanNotificationInfoTEST

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

Method Detail

testMBeanNotificationInfo

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