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

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

public class OpenTypeTestCase
extends junit.framework.TestCase

Open type tests.

Author:
Adrian Brock.

Nested Class Summary
static class OpenTypeTestCase.MyOpenType
           
 
Constructor Summary
OpenTypeTestCase(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 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

OpenTypeTestCase

public OpenTypeTestCase(String s)
Construct the test

Method Detail

testAllowedClasses

public void testAllowedClasses()
                        throws Exception
Test Allowed Classes.

Throws:
Exception

testConstructorSimple

public void testConstructorSimple()
                           throws Exception
Throws:
Exception

testConstructorArray

public void testConstructorArray()
                          throws Exception
Throws:
Exception

testSerializationSimple

public void testSerializationSimple()
                             throws Exception
Throws:
Exception

testSerializationArray

public void testSerializationArray()
                            throws Exception
Throws:
Exception

testErrors

public void testErrors()
                throws Exception
Test Errors.

Throws:
Exception

testErrors2

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

Throws:
Exception

testErrors3

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

Throws:
Exception


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