Uses of Interface
org.soliscode.test.contract.sequenced.ReversedContract
Packages that use ReversedContract
Package
Description
Support for testing the implementation of the
List
interface methods.Support for testing the implementation of the
SequencedCollection
interface methods.-
Uses of ReversedContract in org.soliscode.test.contract.list
Subinterfaces of ReversedContract in org.soliscode.test.contract.listModifier and TypeInterfaceDescriptioninterface
ListContract<E,
L extends List<E>> Test suite for classes that implement theList
interface. -
Uses of ReversedContract in org.soliscode.test.contract.sequenced
Subinterfaces of ReversedContract in org.soliscode.test.contract.sequencedModifier and TypeInterfaceDescriptioninterface
SequencedCollectionContract<E,
C extends SequencedCollection<E>> Test suite for classes that implement theSequencedCollection
interface.