test.compliance.relation
Class RoleUnresolvedListTestCase

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

public class RoleUnresolvedListTestCase
extends TestCase

Role Unresolved lists 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
RoleUnresolvedListTestCase(java.lang.String s)
          Construct the test
 
Method Summary
 void testBasicConstructor()
          Basic constructor test.
 void testBasicConstructorDuplicates()
          Basic constructor test, allows duplicates
 void testBasicConstructorOrdering()
          Basic constructor test, ordering.
 void testClone()
          Test clone.
 void testEmptyConstructors()
          Empty Constructors.
 void testErrorHandling()
          Test Error Handling.
 void testMultipleAdd()
          Add multiple
 void testMultipleLocationAdd()
          Add multiple at a location
 void testSerialization()
          Test serialization.
 void testSingleAdd()
          Add single
 void testSingleAppend()
          Single Append tests.
 void testSingleSet()
          Set single
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleUnresolvedListTestCase

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

Method Detail

testEmptyConstructors

public void testEmptyConstructors()
Empty Constructors.


testBasicConstructor

public void testBasicConstructor()
Basic constructor test.


testBasicConstructorOrdering

public void testBasicConstructorOrdering()
Basic constructor test, ordering. Do it backwards


testBasicConstructorDuplicates

public void testBasicConstructorDuplicates()
Basic constructor test, allows duplicates


testErrorHandling

public void testErrorHandling()
Test Error Handling.


testSingleAppend

public void testSingleAppend()
Single Append tests.


testSingleAdd

public void testSingleAdd()
Add single


testSingleSet

public void testSingleSet()
Set single


testMultipleAdd

public void testMultipleAdd()
Add multiple


testMultipleLocationAdd

public void testMultipleLocationAdd()
Add multiple at a location


testClone

public void testClone()
Test clone.


testSerialization

public void testSerialization()
Test serialization.