test.compliance.openmbean
Class ArrayTypeTestCase

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

public class ArrayTypeTestCase
extends TestCase

Array type tests.

See Also:
Serialized Form

Constructor Summary
ArrayTypeTestCase(java.lang.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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayTypeTestCase

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

Method Detail

testArrayTypeOpenType

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

testGetDimension

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

testElementOpenType

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

testIsValue

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

testErrors2

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