org.jboss.test.jmx.compliance.metadata
Class MBeanConstructorInfoTEST

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

public class MBeanConstructorInfoTEST
extends junit.framework.TestCase

MBean Parameter Info tests.

Author:
Adrian Brock.

Constructor Summary
MBeanConstructorInfoTEST(String s)
          Construct the test
 
Method Summary
 void testEquals()
           
 void testHashCode()
           
 void testMBeanConstructorInfo()
           
 void testSerialization()
           
 
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

MBeanConstructorInfoTEST

public MBeanConstructorInfoTEST(String s)
Construct the test

Method Detail

testMBeanConstructorInfo

public void testMBeanConstructorInfo()
                              throws Exception
Throws:
Exception

testHashCode

public void testHashCode()
                  throws Exception
Throws:
Exception

testEquals

public void testEquals()
                throws Exception
Throws:
Exception

testSerialization

public void testSerialization()
                       throws Exception
Throws:
Exception


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