Class NullRandomizer
- java.lang.Object
-
- org.jeasy.random.randomizers.misc.NullRandomizer
-
- All Implemented Interfaces:
Randomizer<java.lang.Void>
public class NullRandomizer extends java.lang.Object implements Randomizer<java.lang.Void>
ARandomizerthat generates null values.- Author:
- Mahmoud Ben Hassine (mahmoud.benhassine@icloud.com)
-
-
Constructor Summary
Constructors Constructor Description NullRandomizer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.VoidgetRandomValue()Generate a random value for the given type.
-
-
-
Method Detail
-
getRandomValue
public java.lang.Void getRandomValue()
Description copied from interface:RandomizerGenerate a random value for the given type.- Specified by:
getRandomValuein interfaceRandomizer<java.lang.Void>- Returns:
- a random value for the given type
-
-