test.compliance.relation
Class RoleInfoTestCase

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

public class RoleInfoTestCase
extends TestCase

Role Info 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
RoleInfoTestCase(java.lang.String s)
          Construct the test
 
Method Summary
 void testBasic()
          Basic tests.
 void testCheckDegrees()
          Test the degree checkers.
 void testConstructorCardinality()
          Test constructor cardinality.
 void testCopy()
          Test copy constructor.
 void testErrorHandling()
          Test Error Handling.
 void testSerialization()
          Test serialization.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoleInfoTestCase

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

Method Detail

testBasic

public void testBasic()
Basic tests.


testErrorHandling

public void testErrorHandling()
Test Error Handling.


testConstructorCardinality

public void testConstructorCardinality()
Test constructor cardinality.


testCheckDegrees

public void testCheckDegrees()
Test the degree checkers.


testCopy

public void testCopy()
Test copy constructor.


testSerialization

public void testSerialization()
Test serialization.