Uses of Package
org.soliscode.test.contract.sequenced
Packages that use org.soliscode.test.contract.sequenced
Package
Description
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.sequenced used by org.soliscode.test.contract.listClassDescriptionThis interface tests if a class has implemented the
addFirst()
method correctly based upon the specification in theSequencedCollection
class.This interface tests if a class has implemented theaddLast()
method correctly based upon the specification in theSequencedCollection
class.Test for the getFirst method in theSequencedCollection
interface.Test for the getFirst method in theSequencedCollection
interface.Test for the removeFirst method in theSequencedCollection
interface.Test for theremoveLast method
in theSequencedCollection
interface.Test for the reversed method in theSequencedCollection
interface.Test suite for classes that implement theSequencedCollection
interface. -
Classes in org.soliscode.test.contract.sequenced used by org.soliscode.test.contract.sequencedClassDescriptionThis interface tests if a class has implemented the
addFirst()
method correctly based upon the specification in theSequencedCollection
class.This interface tests if a class has implemented theaddLast()
method correctly based upon the specification in theSequencedCollection
class.Test for the getFirst method in theSequencedCollection
interface.Test for the getFirst method in theSequencedCollection
interface.Test for the removeFirst method in theSequencedCollection
interface.Test for theremoveLast method
in theSequencedCollection
interface.Test for the reversed method in theSequencedCollection
interface.