org.jboss.test.jmx.compliance.openmbean
Class TabularDataSupportTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.jboss.test.jmx.compliance.openmbean.TabularDataSupportTestCase
All Implemented Interfaces:
junit.framework.Test

public class TabularDataSupportTestCase
extends junit.framework.TestCase

Tabular data support tests.

Author:
Adrian Brock.

Constructor Summary
TabularDataSupportTestCase(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 junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TabularDataSupportTestCase

public TabularDataSupportTestCase(String s)
Construct the test

Method Detail

testTabularDataSupport

public void testTabularDataSupport()
                            throws Exception
Throws:
Exception

testGetTabularType

public void testGetTabularType()
                        throws Exception
Throws:
Exception

testCalculateIndex

public void testCalculateIndex()
                        throws Exception
Throws:
Exception

testContainsKeyObject

public void testContainsKeyObject()
                           throws Exception
Throws:
Exception

testContainsKeyObjectArray

public void testContainsKeyObjectArray()
                                throws Exception
Throws:
Exception

testContainsValueObject

public void testContainsValueObject()
                             throws Exception
Throws:
Exception

testContainsValueCompositeData

public void testContainsValueCompositeData()
                                    throws Exception
Throws:
Exception

testGetObject

public void testGetObject()
                   throws Exception
Throws:
Exception

testGetObjectArray

public void testGetObjectArray()
                        throws Exception
Throws:
Exception

testPutObjectObject

public void testPutObjectObject()
                         throws Exception
Throws:
Exception

testPutCompositeData

public void testPutCompositeData()
                          throws Exception
Throws:
Exception

testRemoveObject

public void testRemoveObject()
                      throws Exception
Throws:
Exception

testRemoveObjectArray

public void testRemoveObjectArray()
                           throws Exception
Throws:
Exception

testPutAllMap

public void testPutAllMap()
                   throws Exception
Throws:
Exception

testPutAllCompositeData

public void testPutAllCompositeData()
                             throws Exception
Throws:
Exception

testClear

public void testClear()
               throws Exception
Throws:
Exception

testSize

public void testSize()
              throws Exception
Throws:
Exception

testIsEmpty

public void testIsEmpty()
                 throws Exception
Throws:
Exception

testKeySet

public void testKeySet()
                throws Exception
Throws:
Exception

testValues

public void testValues()
                throws Exception
Throws:
Exception

testEntrySet

public void testEntrySet()
                  throws Exception
Throws:
Exception

testClone

public void testClone()
               throws Exception
Throws:
Exception

testEquals

public void testEquals()
                throws Exception
Throws:
Exception

testHashCode

public void testHashCode()
                  throws Exception
Throws:
Exception

testToString

public void testToString()
                  throws Exception
Throws:
Exception

testSerialization

public void testSerialization()
                       throws Exception
Throws:
Exception

testErrors

public void testErrors()
                throws Exception
Throws:
Exception


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.