| |
|
| test.compliance.relation.RoleUnresolvedListTestCase
RoleUnresolvedListTestCase | public class RoleUnresolvedListTestCase extends TestCase (Code) | | Role Unresolved lists tests.
Test it to death.
NOTE: The tests use String literals to ensure the comparisons are
not performed on object references.
author: Adrian Brock. |
setUpDone | boolean setUpDone(Code) | | |
RoleUnresolvedListTestCase | public RoleUnresolvedListTestCase(String s)(Code) | | Construct the test
|
testBasicConstructor | public void testBasicConstructor()(Code) | | Basic constructor test.
|
testBasicConstructorDuplicates | public void testBasicConstructorDuplicates()(Code) | | Basic constructor test, allows duplicates
|
testBasicConstructorOrdering | public void testBasicConstructorOrdering()(Code) | | Basic constructor test, ordering. Do it backwards
|
testClone | public void testClone()(Code) | | Test clone.
|
testEmptyConstructors | public void testEmptyConstructors()(Code) | | Empty Constructors.
|
testErrorHandling | public void testErrorHandling()(Code) | | Test Error Handling.
|
testMultipleAdd | public void testMultipleAdd()(Code) | | Add multiple
|
testMultipleLocationAdd | public void testMultipleLocationAdd()(Code) | | Add multiple at a location
|
testSerialization | public void testSerialization()(Code) | | Test serialization.
|
testSingleAdd | public void testSingleAdd()(Code) | | Add single
|
testSingleAppend | public void testSingleAppend()(Code) | | Single Append tests.
|
testSingleSet | public void testSingleSet()(Code) | | Set single
|
|
|
|