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 TypeClassDescriptionclassASeedDecoratorto be used withSeedDecoratorsannotation to modify the masterRandomnesswith 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 longRandomness.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)