test.compliance.relation
Class RoleUnresolvedTestCase

java.lang.Object
  extended byTestCase
      extended bytest.compliance.relation.RoleUnresolvedTestCase

public class RoleUnresolvedTestCase
extends TestCase

Role Unresolved tests.

Test it to death.

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

See Also:
Serialized Form

Constructor Summary
RoleUnresolvedTestCase(java.lang.String s)
          Construct the test
 
Method Summary
 void testBasic()
          Basic tests.
 void testClone()
          Test clone.
 void testErrorHandling()
          Test Error Handling.
 void testSerialization()
          Test serialization.
 void testToString()
          toString tests.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleUnresolvedTestCase

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

Method Detail

testBasic

public void testBasic()
Basic tests.


testToString

public void testToString()
toString tests.


testErrorHandling

public void testErrorHandling()
Test Error Handling.


testClone

public void testClone()
Test clone.


testSerialization

public void testSerialization()
Test serialization.