Uses of Package
org.soliscode.test.contract.iterable
Packages that use org.soliscode.test.contract.iterable
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.Support for testing the implementation of the
SequencedCollection
interface methods.-
Classes in org.soliscode.test.contract.iterable used by org.soliscode.test.contract.collectionClassDescriptionThis interface tests if a collection class has implemented the
forEach()
method correctly based upon the specification provided inIterable.forEach(Consumer)
.This interface tests if a iterable class has implemented theIterable
methods correctly based upon the specification provided inIterable
.This interface tests if a iterable class has implemented theiterator()
method correctly and that the iterator that is returned satisfies theIterator
contract.This interface tests if a collection class has implemented the spliterator() method correctly and that the spliterator that is returned satisfies theSpliterator
contract. -
Classes in org.soliscode.test.contract.iterable used by org.soliscode.test.contract.iterableClassDescriptionThis interface tests if a collection class has implemented the
forEach()
method correctly based upon the specification provided inIterable.forEach(Consumer)
.This interface tests if a iterable class has implemented theiterator()
method correctly and that the iterator that is returned satisfies theIterator
contract.This interface tests if a collection class has implemented the spliterator() method correctly and that the spliterator that is returned satisfies theSpliterator
contract. -
Classes in org.soliscode.test.contract.iterable used by org.soliscode.test.contract.listClassDescriptionThis interface tests if a collection class has implemented the
forEach()
method correctly based upon the specification provided inIterable.forEach(Consumer)
.This interface tests if a iterable class has implemented theIterable
methods correctly based upon the specification provided inIterable
.This interface tests if a iterable class has implemented theiterator()
method correctly and that the iterator that is returned satisfies theIterator
contract.This interface tests if a collection class has implemented the spliterator() method correctly and that the spliterator that is returned satisfies theSpliterator
contract. -
Classes in org.soliscode.test.contract.iterable used by org.soliscode.test.contract.sequencedClassDescriptionThis interface tests if a collection class has implemented the
forEach()
method correctly based upon the specification provided inIterable.forEach(Consumer)
.This interface tests if a iterable class has implemented theIterable
methods correctly based upon the specification provided inIterable
.This interface tests if a iterable class has implemented theiterator()
method correctly and that the iterator that is returned satisfies theIterator
contract.This interface tests if a collection class has implemented the spliterator() method correctly and that the spliterator that is returned satisfies theSpliterator
contract.