test.compliance.openmbean
Class OpenMBeanAttributeInfoSupportTestCase

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

public class OpenMBeanAttributeInfoSupportTestCase
extends TestCase

Open MBean Attribute Info tests.

See Also:
Serialized Form

Constructor Summary
OpenMBeanAttributeInfoSupportTestCase(java.lang.String s)
          Construct the test
 
Method Summary
 void testEquals()
           
 void testErrors1()
           
 void testErrors2()
           
 void testErrors3()
           
 void testErrors4()
           
 void testHas()
           
 void testHashCode()
           
 void testIsIs()
           
 void testIsReadable()
           
 void testIsValue()
           
 void testIsWritable()
           
 void testOpenMBeanAttributeInfoSupport()
           
 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

OpenMBeanAttributeInfoSupportTestCase

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

Method Detail

testOpenMBeanAttributeInfoSupport

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

testIsWritable

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

testIsReadable

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

testIsIs

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