test.compliance.varia
Class ObjectInstanceTestCase

java.lang.Object
  extended byTestCase
      extended bytest.compliance.varia.ObjectInstanceTestCase

public class ObjectInstanceTestCase
extends TestCase

Object Instance tests.

NOTE: The tests use String literals to ensure the comparisons are not performed on object references.

See Also:
Serialized Form

Constructor Summary
ObjectInstanceTestCase(java.lang.String s)
          Construct the test
 
Method Summary
 void testEquals()
          Test Equals.
 void testErrors()
          Test errors.
 void testObjectNameConstructor()
          Test ObjectName constructor.
 void testSerialization()
          Test serialization.
 void testStringConstructor()
          Test String constructor.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ObjectInstanceTestCase

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

Method Detail

testStringConstructor

public void testStringConstructor()
Test String constructor.


testObjectNameConstructor

public void testObjectNameConstructor()
Test ObjectName constructor.


testEquals

public void testEquals()
Test Equals.


testErrors

public void testErrors()
Test errors.


testSerialization

public void testSerialization()
Test serialization.