Interface NumberProvider<T extends Number>
- Type Parameters:
T
- The number.
- All Superinterfaces:
ObjectProvider<T>
- All Known Subinterfaces:
DoubleNumberProvider<T>
,IntegerNumberProvider<T>
- All Known Implementing Classes:
DoubleProvider
,FloatProvider
,IntegerProvider
,LongProvider
,ShortProvider
Provides instances of a class that implements the
Number
interface for the purposes of testing.- Since:
- 1.0
- Author:
- evanbergstrom
-
Method Summary
Methods inherited from interface org.soliscode.test.provider.ObjectProvider
copyInstance, createEqualObjects, createInstance, createInstance, createRandoInstances, createUniqueInstances, createUniqueInstances, defaultInstance, equalInstanceSupplier, randomInstanceSupplier, uniqueInstanceSupplier, uniqueInstanceSupplier, uniqueSizeLimit
-
Method Details
-
maxValue
-
minValue
-