Uses of Interface
org.soliscode.test.provider.NumberProvider
Packages that use NumberProvider
Package
Description
Classes that support testing with contracts.
Classes for providing instances of classes being tested.
-
Uses of NumberProvider in org.soliscode.test.contract.support
Methods in org.soliscode.test.contract.support that return NumberProviderModifier and TypeMethodDescription@NotNull NumberProvider
<T> NumberSupport.provider()
Returns a number provider that can be used to create instances of the class being tested. -
Uses of NumberProvider in org.soliscode.test.provider
Subinterfaces of NumberProvider in org.soliscode.test.providerModifier and TypeInterfaceDescriptioninterface
DoubleNumberProvider<T extends Number>
Provides instances of a class that implements theNumber
interface that represent an integer value for the purposes of testing.interface
IntegerNumberProvider<T extends Number>
Provides instances of a class that implements theNumber
interface that represent an integer value for the purposes of testing.Classes in org.soliscode.test.provider that implement NumberProviderModifier and TypeClassDescriptionclass
Provides instances of the classDouble
for the purposes of testing.class
Provides instances of the classFloat
for the purposes of testing.class
Provides instances of anInteger
for the purposes of testing.class
Provides instances of anLong
for the purposes of testing.class
Provides instances of anShort
for the purposes of testing.