Uses of Class
org.jeasy.random.randomizers.misc.EnumRandomizer
-
Packages that use EnumRandomizer Package Description org.jeasy.random.randomizers.collection This package contains collection randomizers. -
-
Uses of EnumRandomizer in org.jeasy.random.randomizers.collection
Constructors in org.jeasy.random.randomizers.collection with parameters of type EnumRandomizer Constructor Description EnumSetRandomizer(EnumRandomizer<E> delegate)Create a newEnumSetRandomizerthat will generate anEnumSetwith a random number of elements.EnumSetRandomizer(EnumRandomizer<E> delegate, int nbElements)Create a newEnumSetRandomizerthat will generate anEnumSetwith a fixed number of elements.
-