test.compliance.openmbean
Class TabularDataSupportTestCase

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

public class TabularDataSupportTestCase
extends TestCase

Tabular data support tests.

See Also:
Serialized Form

Constructor Summary
TabularDataSupportTestCase(java.lang.String s)
          Construct the test
 
Method Summary
 void testCalculateIndex()
           
 void testClear()
           
 void testClone()
           
 void testContainsKeyObject()
           
 void testContainsKeyObjectArray()
           
 void testContainsValueCompositeData()
           
 void testContainsValueObject()
           
 void testEntrySet()
           
 void testEquals()
           
 void testErrors()
           
 void testGetObject()
           
 void testGetObjectArray()
           
 void testGetTabularType()
           
 void testHashCode()
           
 void testIsEmpty()
           
 void testKeySet()
           
 void testPutAllCompositeData()
           
 void testPutAllMap()
           
 void testPutCompositeData()
           
 void testPutObjectObject()
           
 void testRemoveObject()
           
 void testRemoveObjectArray()
           
 void testSerialization()
           
 void testSize()
           
 void testTabularDataSupport()
           
 void testToString()
           
 void testValues()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TabularDataSupportTestCase

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

Method Detail

testTabularDataSupport

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

testGetTabularType

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

testCalculateIndex

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

testContainsKeyObject

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

testContainsKeyObjectArray

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

testContainsValueObject

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

testContainsValueCompositeData

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

testGetObject

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

testGetObjectArray

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

testPutObjectObject

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

testPutCompositeData

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

testRemoveObject

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

testRemoveObjectArray

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

testPutAllMap

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

testPutAllCompositeData

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

testClear

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

testSize

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

testIsEmpty

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

testKeySet

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

testValues

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

testEntrySet

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

testClone

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