java.lang.Object
de.cuioss.test.generator.impl.FloatObjectGenerator
- All Implemented Interfaces:
TypedGenerator<Float>
This Class is used to generate a Float Object value which is generated by
next() method.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FloatObjectGenerator
public FloatObjectGenerator()
-
-
Method Details
-
next
Description copied from interface:TypedGeneratorGenerates the next instance.- Specified by:
nextin interfaceTypedGenerator<Float>- Returns:
- a newly created instance
-
getType
- Specified by:
getTypein interfaceTypedGenerator<Float>- Returns:
- class information; which type this generator is responsible for.
-