org.jboss.test.jmx.compliance.openmbean
Class TabularDataSupportTestCase
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.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.
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 |
TabularDataSupportTestCase
public TabularDataSupportTestCase(String s)
- Construct the test
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.