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