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