Uses of Interface
org.soliscode.test.contract.object.EqualsContract
Packages that use EqualsContract
Package
Description
Support for testing the implementation of the
Collection
interface methods.Support for testing the implementation of the
Iterable
interface methods.Support for testing the implementation of the
List
interface methods.This package contains support for testing the implementation of the Object interface methods.
Support for testing the implementation of the
SequencedCollection
interface methods.Classes that support testing with contracts.
-
Uses of EqualsContract in org.soliscode.test.contract.collection
Subinterfaces of EqualsContract in org.soliscode.test.contract.collectionModifier and TypeInterfaceDescriptioninterface
CollectionContract<E,
C extends Collection<E>> Test suite for classes that implement theCollection
interface. -
Uses of EqualsContract in org.soliscode.test.contract.iterable
Subinterfaces of EqualsContract in org.soliscode.test.contract.iterableModifier and TypeInterfaceDescriptioninterface
IterableContract<E,
I extends Iterable<E>> This interface tests if a iterable class has implemented theIterable
methods correctly based upon the specification provided inIterable
. -
Uses of EqualsContract in org.soliscode.test.contract.list
Subinterfaces of EqualsContract in org.soliscode.test.contract.listModifier and TypeInterfaceDescriptioninterface
ListContract<E,
L extends List<E>> Test suite for classes that implement theList
interface. -
Uses of EqualsContract in org.soliscode.test.contract.object
Subinterfaces of EqualsContract in org.soliscode.test.contract.objectModifier and TypeInterfaceDescriptioninterface
This interface tests if a class has implemented theObject
interface as specified inObject
. -
Uses of EqualsContract in org.soliscode.test.contract.sequenced
Subinterfaces of EqualsContract in org.soliscode.test.contract.sequencedModifier and TypeInterfaceDescriptioninterface
SequencedCollectionContract<E,
C extends SequencedCollection<E>> Test suite for classes that implement theSequencedCollection
interface. -
Uses of EqualsContract in org.soliscode.test.contract.support
Subinterfaces of EqualsContract in org.soliscode.test.contract.supportModifier and TypeInterfaceDescriptioninterface
Provides an implementation of theWithString.provider()
method that provides instances ofString
.