public class NullRandomizer extends Object implements Randomizer<Void>
Randomizer that generates null values.| Constructor and Description |
|---|
NullRandomizer() |
| Modifier and Type | Method and Description |
|---|---|
static NullRandomizer |
aNewNullRandomizer()
Create a new
NullRandomizer. |
Void |
getRandomValue()
Generate a random value for the given type.
|
public static NullRandomizer aNewNullRandomizer()
NullRandomizer.NullRandomizer.public Void getRandomValue()
RandomizergetRandomValue in interface Randomizer<Void>Copyright © 2016. All Rights Reserved.