Package de.cuioss.test.generator.impl
Class FloatObjectGenerator
- java.lang.Object
-
- de.cuioss.test.generator.impl.FloatObjectGenerator
-
- All Implemented Interfaces:
TypedGenerator<Float>
public class FloatObjectGenerator extends Object implements TypedGenerator<Float>
This Class is used to generate a Float Object value which is generated by next() method.
-
-
Constructor Summary
Constructors Constructor Description FloatObjectGenerator()FloatObjectGenerator(float low, float high)
-
-
-
Constructor Detail
-
FloatObjectGenerator
public FloatObjectGenerator(float low, float high)
-
FloatObjectGenerator
public FloatObjectGenerator()
-
-
Method Detail
-
next
public Float next()
Description copied from interface:TypedGeneratorGenerates the next instance.- Specified by:
nextin interfaceTypedGenerator<Float>- Returns:
- a newly created instance
-
-