Uses of Interface
com.carrotsearch.randomizedtesting.RandomSupplier
-
Packages that use RandomSupplier Package Description com.carrotsearch.randomizedtesting com.carrotsearch.randomizedtesting.annotations -
-
Uses of RandomSupplier in com.carrotsearch.randomizedtesting
Fields in com.carrotsearch.randomizedtesting declared as RandomSupplier Modifier and Type Field Description static RandomSupplier
RandomSupplier. DEFAULT
private RandomSupplier
RandomizedRunner. randomSupplier
Random class implementation supplier.private RandomSupplier
Randomness. supplier
Methods in com.carrotsearch.randomizedtesting that return RandomSupplier Modifier and Type Method Description private RandomSupplier
RandomizedRunner. determineRandomSupplier(java.lang.Class<?> testClass)
(package private) RandomSupplier
Randomness. getRandomSupplier()
Constructors in com.carrotsearch.randomizedtesting with parameters of type RandomSupplier Constructor Description Randomness(long seed, RandomSupplier supplier, SeedDecorator... decorators)
Randomness(java.lang.Thread owner, RandomSupplier supplier, long seed, SeedDecorator... decorators)
-
Uses of RandomSupplier in com.carrotsearch.randomizedtesting.annotations
Methods in com.carrotsearch.randomizedtesting.annotations that return types with arguments of type RandomSupplier Modifier and Type Method Description java.lang.Class<? extends RandomSupplier>
value()
-