test.compliance.openmbean
Class SimpleTypeTestCase

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

public class SimpleTypeTestCase
extends TestCase

Simple type tests.

See Also:
Serialized Form

Constructor Summary
SimpleTypeTestCase(java.lang.String s)
          Construct the test
 
Method Summary
 void testEquals()
           
 void testHashCode()
           
 void testIsValue()
           
 void testSerialization()
           
 void testSimpleTypes()
           
 void testToString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleTypeTestCase

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

Method Detail

testSimpleTypes

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

testEquals

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

testIsValue

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