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