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