Package org.soliscode.test.provider
package org.soliscode.test.provider
Classes for providing instances of classes being tested.
- Since:
- 1.0
- Author:
- evanbergstrom
-
ClassDescriptionCollectionProvider<E,
I extends Iterable<E>> Provides instances ofCollection
for use in testing.Utility class for creating collection providers.DoubleNumberProvider<T extends Number>Provides instances of a class that implements theNumber
interface that represent an integer value for the purposes of testing.Provides instances of the classDouble
for the purposes of testing.Provides instances of the classFloat
for the purposes of testing.FunctionalCollectionProvider<E,I extends Iterable<E>> A collection provider that uses a set of functions to construct instances of the collection.An provider that uses a set of functions to construct instances of the class.IntegerNumberProvider<T extends Number>Provides instances of a class that implements theNumber
interface that represent an integer value for the purposes of testing.Provides instances of anInteger
for the purposes of testing.Provides instances of anLong
for the purposes of testing.NumberProvider<T extends Number>Provides instances of a class that implements theNumber
interface for the purposes of testing.ProvidesObject
instances for use in testing.Utility class for creating instances of object providers for value classes.Provides instances of anShort
for the purposes of testing.Provides instances of anString
for the purposes of testing.