Uses of Package
org.soliscode.test.contract.collection
Packages that use org.soliscode.test.contract.collection
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.-
Classes in org.soliscode.test.contract.collection used by org.soliscode.test.contract.collectionClassDescriptionThis interface tests if a collection class has implemented the
addAll()
method correctly.This interface tests if a collection class has implemented the add method correctly.This interface tests if a collection class has implemented theclear()
method correctly.This interface tests if a collection class has implemented thecontainsAll()
method correctly.This interface tests if a collection class has implemented thecontains()
method correctly.This interface tests if a collection class has implemented theisEmpty
method correctly.This interface tests if a collection class has implemented theremoveAll
method correctly.This interface tests if a collection class has implemented theremove
method correctly.This interface tests if a collection class has implemented theremoveIf
method correctly.This interface tests if a collection class has implemented theretainAll
method correctly.This interface tests if a collection class has implemented thesize()
method correctly.This interface tests if a collection class has implemented thestream()
method correctly and that the iterator that is returned satisfies theStream
contract.This interface tests if a collection class has implemented thetoArray
method correctly. -
Classes in org.soliscode.test.contract.collection used by org.soliscode.test.contract.listClassDescriptionThis interface tests if a collection class has implemented the
addAll()
method correctly.This interface tests if a collection class has implemented the add method correctly.This interface tests if a collection class has implemented theclear()
method correctly.Test suite for classes that implement theCollection
interface.This interface tests if a collection class has implemented thecontainsAll()
method correctly.This interface tests if a collection class has implemented thecontains()
method correctly.This interface tests if a collection class has implemented theisEmpty
method correctly.This interface tests if a collection class has implemented theremoveAll
method correctly.This interface tests if a collection class has implemented theremove
method correctly.This interface tests if a collection class has implemented theremoveIf
method correctly.This interface tests if a collection class has implemented theretainAll
method correctly.This interface tests if a collection class has implemented thesize()
method correctly.This interface tests if a collection class has implemented thestream()
method correctly and that the iterator that is returned satisfies theStream
contract.This interface tests if a collection class has implemented thetoArray
method correctly. -
Classes in org.soliscode.test.contract.collection used by org.soliscode.test.contract.sequencedClassDescriptionThis interface tests if a collection class has implemented the
addAll()
method correctly.This interface tests if a collection class has implemented the add method correctly.This interface tests if a collection class has implemented theclear()
method correctly.Test suite for classes that implement theCollection
interface.This interface tests if a collection class has implemented thecontainsAll()
method correctly.This interface tests if a collection class has implemented thecontains()
method correctly.This interface tests if a collection class has implemented theisEmpty
method correctly.This interface tests if a collection class has implemented theremoveAll
method correctly.This interface tests if a collection class has implemented theremove
method correctly.This interface tests if a collection class has implemented theremoveIf
method correctly.This interface tests if a collection class has implemented theretainAll
method correctly.This interface tests if a collection class has implemented thesize()
method correctly.This interface tests if a collection class has implemented thestream()
method correctly and that the iterator that is returned satisfies theStream
contract.This interface tests if a collection class has implemented thetoArray
method correctly.