Class NullRandomizer
java.lang.Object
org.jeasy.random.randomizers.misc.NullRandomizer
- All Implemented Interfaces:
Randomizer<Void>
A
Randomizer
that generates null values.- Author:
- Mahmoud Ben Hassine ([email protected])
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGenerate a random value for the given type.
-
Constructor Details
-
NullRandomizer
public NullRandomizer()
-
-
Method Details
-
getRandomValue
Description copied from interface:Randomizer
Generate a random value for the given type.- Specified by:
getRandomValue
in interfaceRandomizer<Void>
- Returns:
- a random value for the given type
-