Uses of Interface
org.soliscode.test.contract.support.IntegerSupport
Packages that use IntegerSupport
Package
Description
Support for testing the implementation of the
Number
interface methods.Classes that support testing with contracts.
-
Uses of IntegerSupport in org.soliscode.test.contract.numeric
Subinterfaces of IntegerSupport in org.soliscode.test.contract.numericModifier and TypeInterfaceDescriptioninterface
IntegerContract<T extends Number>
Test suite for classes that implement theInteger
interface. -
Uses of IntegerSupport in org.soliscode.test.contract.support
Subinterfaces of IntegerSupport in org.soliscode.test.contract.supportModifier and TypeInterfaceDescriptioninterface
Provides an implementation of theWithInteger.provider()
method that provides instances ofInteger
.