Uses of Package
org.soliscode.test.contract.object
Packages that use org.soliscode.test.contract.object
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.
-
Classes in org.soliscode.test.contract.object used by org.soliscode.test.contract.collectionClassDescriptionThis interface tests if a class has implemented the
equals()
method correctly.This interface tests if a class has implemented thehashCode()
method correctly.This interface tests if a class has implemented theObject
interface as specified inObject
.This interface tests if a class has implemented thetoString()
method correctly. -
Classes in org.soliscode.test.contract.object used by org.soliscode.test.contract.iterableClassDescriptionThis interface tests if a class has implemented the
equals()
method correctly.This interface tests if a class has implemented thehashCode()
method correctly.This interface tests if a class has implemented theObject
interface as specified inObject
.This interface tests if a class has implemented thetoString()
method correctly. -
Classes in org.soliscode.test.contract.object used by org.soliscode.test.contract.listClassDescriptionThis interface tests if a class has implemented the
equals()
method correctly.This interface tests if a class has implemented thehashCode()
method correctly.This interface tests if a class has implemented theObject
interface as specified inObject
.This interface tests if a class has implemented thetoString()
method correctly. -
Classes in org.soliscode.test.contract.object used by org.soliscode.test.contract.objectClassDescriptionThis interface tests if a class has implemented the
equals()
method correctly.This interface tests if a class has implemented thehashCode()
method correctly.Values used to identify object class methods for use with theSupportedMethods.supportsMethod(OptionalMethod)
method.This interface tests if a class has implemented thetoString()
method correctly. -
Classes in org.soliscode.test.contract.object used by org.soliscode.test.contract.sequencedClassDescriptionThis interface tests if a class has implemented the
equals()
method correctly.This interface tests if a class has implemented thehashCode()
method correctly.This interface tests if a class has implemented theObject
interface as specified inObject
.This interface tests if a class has implemented thetoString()
method correctly. -
Classes in org.soliscode.test.contract.object used by org.soliscode.test.contract.supportClassDescriptionThis interface tests if a class has implemented the
equals()
method correctly.This interface tests if a class has implemented thehashCode()
method correctly.This interface tests if a class has implemented theObject
interface as specified inObject
.This interface tests if a class has implemented thetoString()
method correctly.