Uses of Interface
com.carrotsearch.randomizedtesting.RandomSupplier
Packages that use RandomSupplier
-
Uses of RandomSupplier in com.carrotsearch.randomizedtesting
Fields in com.carrotsearch.randomizedtesting declared as RandomSupplierModifier and TypeFieldDescriptionstatic final RandomSupplierRandomSupplier.DEFAULTprivate final RandomSupplierRandomizedRunner.randomSupplierRandom class implementation supplier.private final RandomSupplierRandomness.supplierMethods in com.carrotsearch.randomizedtesting that return RandomSupplierModifier and TypeMethodDescriptionprivate RandomSupplierRandomizedRunner.determineRandomSupplier(Class<?> testClass) (package private) RandomSupplierRandomness.getRandomSupplier()Constructors in com.carrotsearch.randomizedtesting with parameters of type RandomSupplierModifierConstructorDescriptionRandomness(long seed, RandomSupplier supplier, SeedDecorator... decorators) Randomness(Thread owner, RandomSupplier supplier, long seed, SeedDecorator... decorators)