test.compliance.openmbean
Class CompositeTypeTestCase

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

public class CompositeTypeTestCase
extends TestCase

Composite type tests.

See Also:
Serialized Form

Constructor Summary
CompositeTypeTestCase(java.lang.String s)
          Construct the test
 
Method Summary
 void testCompositeTypeOpenType()
           
 void testContainsKey()
           
 void testEquals()
           
 void testErrors()
           
 void testGetDescriptionForItemName()
           
 void testGetTypeForItemName()
           
 void testHashCode()
           
 void testIsValue()
           
 void testKeySet()
           
 void testSerialization()
           
 void testToString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeTypeTestCase

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

Method Detail

testCompositeTypeOpenType

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

testContainsKey

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

testGetDescriptionForItemName

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

testGetTypeForItemName

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

testKeySet

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

testErrors

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