Interface WithDouble
- All Superinterfaces:
ContractSupport<Double>
,ProviderSupport<Double>
,SupportedMethods
Provides an implementation of the provider()
method that provides instances of Double
. This is a mix-in class
that is meant ot be used alongside a Contract class.
- Since:
- 1.0
- Author:
- evanbergstrom
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptiondefault @NotNull ObjectProvider
<Double> provider()
Returns an instance ofObjectProvider
that providesDouble
objects.Methods inherited from interface org.soliscode.test.SupportedMethods
supportsMethod
-
Method Details
-
provider
Returns an instance ofObjectProvider
that providesDouble
objects.- Specified by:
provider
in interfaceProviderSupport<Double>
- Returns:
- an instance of
DoubleProvider
.
-