test.compliance.openmbean
Class CompositeDataSupportTestCase

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

public class CompositeDataSupportTestCase
extends TestCase

Composite data support tests.

See Also:
Serialized Form

Constructor Summary
CompositeDataSupportTestCase(java.lang.String s)
          Construct the test
 
Method Summary
 void testCompositeDataSupport()
           
 void testContainsKey()
           
 void testContainsValue()
           
 void testEquals()
           
 void testErrors()
           
 void testErrorsArray()
           
 void testErrorsMap()
           
 void testGet()
           
 void testGetAll()
           
 void testGetCompositeType()
           
 void testHashCode()
           
 void testSerialization()
           
 void testToString()
           
 void testValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CompositeDataSupportTestCase

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

Method Detail

testCompositeDataSupport

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

testGetCompositeType

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

testGet

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

testGetAll

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

testContainsKey

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

testContainsValue

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

testValues

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

testErrorsArray

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

testErrorsMap

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

testErrors

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