test.compliance.openmbean
Class OpenMBeanParameterInfoSupportTestCase

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

public class OpenMBeanParameterInfoSupportTestCase
extends TestCase

Open MBean Parameter Info tests.

See Also:
Serialized Form

Constructor Summary
OpenMBeanParameterInfoSupportTestCase(java.lang.String s)
          Construct the test
 
Method Summary
 void testEquals()
           
 void testErrors1()
           
 void testErrors2()
           
 void testErrors3()
           
 void testErrors4()
           
 void testHas()
           
 void testHashCode()
           
 void testIsValue()
           
 void testOpenMBeanParameterInfoSupport()
           
 void testOpenType()
           
 void testSerialization()
           
 void testToString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenMBeanParameterInfoSupportTestCase

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

Method Detail

testOpenMBeanParameterInfoSupport

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

testOpenType

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

testHas

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

testIsValue

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

testErrors1

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

testErrors2

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

testErrors3

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

testErrors4

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