Method Summary |
|
public void | testAdd() Tests a single add operation on different observable lists. |
public void | testAddAll() Tests a multiple add operation on different combinations of observable lists. |
public void | testAddAllIndexed() Tests indexed multiple add operations on different combinations of
observable lists. |
public void | testAddIndexed() Tests a single indexed add operation on different observable lists. |
public void | testClear() Tests the #clear operation on different observable lists. |
public void | testGetListDataListenersWithoutListeners() |
public void | testIteratorRemove() Tests the iterator's remove operation on different observable lists. |
public void | testListConstructor() Tests the constructor that accepts a collection as initial content. |
public void | testListIteratorAdd() Tests the list iterator's add operation on different observable lists. |
public void | testListIteratorRemove() Tests the list iterator's remove operation on different observable lists. |
public void | testRemoveAll() Tests #removeAll on different combinations of observable lists. |
public void | testRemoveIndex() Tests the #remove(int) operation on different observable lists. |
public void | testRemoveObject() Tests the #remove(Object) operation on different observable lists. |
public void | testRetainAll() Tests #retainAll on different combinations of observable lists. |
public void | testSet() Tests the #set operation on different observable lists. |