Package org.soliscode.test.contract
package org.soliscode.test.contract
Contract classes that test methods against their specifications
- Author:
- evanbergstrom
-
ClassDescriptionInterface 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.A decorator interface that indicates that the collection class being tested does not permit duplicate elements.A decorator interface that indicates that the collection class being tested does not permit incompatible types.A decorator interface that indicates that the collection class being tested does not permitnull
elements.