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

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

public class OpenMBeanAttributeInfoSupportTestCase
extends junit.framework.TestCase

Open MBean Attribute Info tests.

Author:
Adrian Brock.

Constructor Summary
OpenMBeanAttributeInfoSupportTestCase(String s)
          Construct the test
 
Method Summary
 void testEquals()
           
 void testErrors1()
           
 void testErrors2()
           
 void testErrors3()
           
 void testErrors4()
           
 void testHas()
           
 void testHashCode()
           
 void testIsIs()
           
 void testIsReadable()
           
 void testIsValue()
           
 void testIsWritable()
           
 void testOpenMBeanAttributeInfoSupport()
           
 void testOpenType()
           
 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

OpenMBeanAttributeInfoSupportTestCase

public OpenMBeanAttributeInfoSupportTestCase(String s)
Construct the test

Method Detail

testOpenMBeanAttributeInfoSupport

public void testOpenMBeanAttributeInfoSupport()
                                       throws Exception
Throws:
Exception

testOpenType

public void testOpenType()
                  throws Exception
Throws:
Exception

testHas

public void testHas()
             throws Exception
Throws:
Exception

testIsValue

public void testIsValue()
                 throws Exception
Throws:
Exception

testIsWritable

public void testIsWritable()
                    throws Exception
Throws:
Exception

testIsReadable

public void testIsReadable()
                    throws Exception
Throws:
Exception

testIsIs

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

testErrors1

public void testErrors1()
                 throws Exception
Throws:
Exception

testErrors2

public void testErrors2()
                 throws Exception
Throws:
Exception

testErrors3

public void testErrors3()
                 throws Exception
Throws:
Exception

testErrors4

public void testErrors4()
                 throws Exception
Throws:
Exception


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