Package org.soliscode.test.contract.list
package org.soliscode.test.contract.list
Support for testing the implementation of the
List
interface methods.- Since:
- 1.0
- Author:
- evanbergstrom
-
InterfacesClassDescriptionAddAtPositionContract<E,
L extends List<E>> GetContract<E,L extends List<E>> This interface tests if a list class has implemented the get method correctly.IndexOfContract<E,L extends List<E>> This interface tests if a list class has implemented the indexOf method correctly.LastIndexOfContract<E,L extends List<E>> This interface tests if a list class has implemented the indexOf method correctly.ListAddContract<E,L extends List<E>> This interface tests if a list class has implemented the sort method correctly.ListContract<E,L extends List<E>> Test suite for classes that implement theList
interface.ListToArrayContract<E,L extends List<E>> This contract tests if a list class has implemented the toArray method correctly.RemoveAtPositionContract<E,L extends List<E>> This interface tests if a list class has implemented the remove method correctly.ReplaceAllContract<E,L extends List<E>> This interface tests if a list class has implemented the replaceAll method correctly.SetContract<E,L extends List<E>> This interface tests if a list class has implemented the set method correctly.SortContract<E,L extends List<E>> This interface tests if a list class has implemented the sort method correctly.SubListContract<E,L extends List<E>> This interface tests if a list class has implemented the subList method correctly.