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

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

public class CompositeDataSupportTestCase
extends junit.framework.TestCase

Composite data support tests.

Author:
Adrian Brock.

Constructor Summary
CompositeDataSupportTestCase(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 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

CompositeDataSupportTestCase

public CompositeDataSupportTestCase(String s)
Construct the test

Method Detail

testCompositeDataSupport

public void testCompositeDataSupport()
                              throws Exception
Throws:
Exception

testGetCompositeType

public void testGetCompositeType()
                          throws Exception
Throws:
Exception

testGet

public void testGet()
             throws Exception
Throws:
Exception

testGetAll

public void testGetAll()
                throws Exception
Throws:
Exception

testContainsKey

public void testContainsKey()
                     throws Exception
Throws:
Exception

testContainsValue

public void testContainsValue()
                       throws Exception
Throws:
Exception

testValues

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

testErrorsArray

public void testErrorsArray()
                     throws Exception
Throws:
Exception

testErrorsMap

public void testErrorsMap()
                   throws Exception
Throws:
Exception

testErrors

public void testErrors()
                throws Exception
Throws:
Exception


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