Uses of Interface
org.soliscode.test.contract.collection.ToArrayContract
Packages that use ToArrayContract
Package
Description
Support for testing the implementation of the
Collection
interface methods.Support for testing the implementation of the
List
interface methods.Support for testing the implementation of the
SequencedCollection
interface methods.-
Uses of ToArrayContract in org.soliscode.test.contract.collection
Subinterfaces of ToArrayContract in org.soliscode.test.contract.collectionModifier and TypeInterfaceDescriptioninterface
CollectionContract<E,
C extends Collection<E>> Test suite for classes that implement theCollection
interface. -
Uses of ToArrayContract in org.soliscode.test.contract.list
Subinterfaces of ToArrayContract in org.soliscode.test.contract.listModifier and TypeInterfaceDescriptioninterface
ListContract<E,
L extends List<E>> Test suite for classes that implement theList
interface.interface
ListToArrayContract<E,
L extends List<E>> This contract tests if a list class has implemented the toArray method correctly. -
Uses of ToArrayContract in org.soliscode.test.contract.sequenced
Subinterfaces of ToArrayContract in org.soliscode.test.contract.sequencedModifier and TypeInterfaceDescriptioninterface
SequencedCollectionContract<E,
C extends SequencedCollection<E>> Test suite for classes that implement theSequencedCollection
interface.