Uses of Package
org.soliscode.test.contract
Packages that use org.soliscode.test.contract
Package
Description
Contract classes that test methods against their specifications
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.Support for testing the implementation of the
SequencedCollection
interface methods.Classes that support testing with contracts.
-
Classes in org.soliscode.test.contract used by org.soliscode.test.contractClassDescriptionInterface for collection contract classes that allows tests to check some characteristics of the class being tested.Values used to identify collection class methods for use with the
CollectionContract.supportsMethod(OptionalMethod)
method. -
Classes in org.soliscode.test.contract used by org.soliscode.test.contract.collectionClassDescriptionInterface for collection contract classes that allows tests to check some characteristics of the class being tested.
-
Classes in org.soliscode.test.contract used by org.soliscode.test.contract.iterableClassDescriptionInterface for collection contract classes that allows tests to check some characteristics of the class being tested.
-
Classes in org.soliscode.test.contract used by org.soliscode.test.contract.listClassDescriptionInterface for collection contract classes that allows tests to check some characteristics of the class being tested.
-
Classes in org.soliscode.test.contract used by org.soliscode.test.contract.sequencedClassDescriptionInterface for collection contract classes that allows tests to check some characteristics of the class being tested.
-
Classes in org.soliscode.test.contract used by org.soliscode.test.contract.supportClassDescriptionInterface for collection contract classes that allows tests to check some characteristics of the class being tested.