Uses of Interface
com.carrotsearch.randomizedtesting.SeedDecorator
Packages that use SeedDecorator
-
Uses of SeedDecorator in com.carrotsearch.randomizedtesting
Classes in com.carrotsearch.randomizedtesting that implement SeedDecoratorModifier and TypeClassDescriptionclass
ASeedDecorator
to be used withSeedDecorators
annotation to modify the masterRandomness
with a hash off the suite's class name.Fields in com.carrotsearch.randomizedtesting declared as SeedDecoratorMethods in com.carrotsearch.randomizedtesting that return SeedDecoratorMethods in com.carrotsearch.randomizedtesting with parameters of type SeedDecoratorModifier and TypeMethodDescriptionprivate static long
Randomness.decorate
(long seed, SeedDecorator[] decorators) Decorate a given seed.Constructors in com.carrotsearch.randomizedtesting with parameters of type SeedDecoratorModifierConstructorDescriptionRandomness
(long seed, RandomSupplier supplier, SeedDecorator... decorators) Randomness
(Thread owner, RandomSupplier supplier, long seed, SeedDecorator... decorators)