test.implementation.server
Class ObjectInstanceTestCase

java.lang.Object
  extended byTestCase
      extended bytest.implementation.server.ObjectInstanceTestCase

public class ObjectInstanceTestCase
extends TestCase

Tests the ObjectInstance handling which is a bit brain-dead in the RI.

Maybe one-day these will be part of the compliance testsuite.

See Also:
Serialized Form

Constructor Summary
ObjectInstanceTestCase(java.lang.String s)
          Construct the test
 
Method Summary
 void testDefaultDomain()
          Test default domain
 void testDifferentServers()
          Test different servers
 void testEquals()
          Test ObjectInstance/ServerObjectInstance Equals
 void testSerialization()
          Test serialization.
 
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

testDefaultDomain

public void testDefaultDomain()
Test default domain


testDifferentServers

public void testDifferentServers()
Test different servers


testEquals

public void testEquals()
Test ObjectInstance/ServerObjectInstance Equals


testSerialization

public void testSerialization()
Test serialization. For moving between implementations, this HAS to produce an ObjectInstance.