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

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

public class ArrayTypeTestCase
extends junit.framework.TestCase

Array type tests.

Author:
Adrian Brock.

Constructor Summary
ArrayTypeTestCase(String s)
          Construct the test
 
Method Summary
 void testArrayTypeOpenType()
           
 void testElementOpenType()
           
 void testEquals()
           
 void testErrors()
           
 void testErrors2()
           
 void testGetDimension()
           
 void testHashCode()
           
 void testIsValue()
           
 void testSerialization()
           
 void testToString()
           
 
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

ArrayTypeTestCase

public ArrayTypeTestCase(String s)
Construct the test

Method Detail

testArrayTypeOpenType

public void testArrayTypeOpenType()
                           throws Exception
Throws:
Exception

testGetDimension

public void testGetDimension()
                      throws Exception
Throws:
Exception

testElementOpenType

public void testElementOpenType()
                         throws Exception
Throws:
Exception

testIsValue

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

testErrors2

public void testErrors2()
                 throws Exception
Throws:
Exception


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