test.compliance.openmbean
Class OpenTypeTestCase

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

public class OpenTypeTestCase
extends TestCase

Open type tests.

See Also:
Serialized Form

Nested Class Summary
static class OpenTypeTestCase.MyOpenType (src)
           
 
Constructor Summary
OpenTypeTestCase(java.lang.String s)
          Construct the test
 
Method Summary
 void testAllowedClasses()
          Test Allowed Classes.
 void testConstructorArray()
           
 void testConstructorSimple()
           
 void testErrors()
          Test Errors.
 void testErrors2()
          Test Errors that fail in the RI.
 void testErrors3()
          Test Errors that fail in the RI.
 void testSerializationArray()
           
 void testSerializationSimple()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OpenTypeTestCase

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

Method Detail

testAllowedClasses

public void testAllowedClasses()
                        throws java.lang.Exception
Test Allowed Classes.

Throws:
java.lang.Exception

testConstructorSimple

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

testConstructorArray

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

testSerializationSimple

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

testSerializationArray

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

testErrors

public void testErrors()
                throws java.lang.Exception
Test Errors.

Throws:
java.lang.Exception

testErrors2

public void testErrors2()
                 throws java.lang.Exception
Test Errors that fail in the RI.

Throws:
java.lang.Exception

testErrors3

public void testErrors3()
                 throws java.lang.Exception
Test Errors that fail in the RI.

Throws:
java.lang.Exception