Uses of Interface
com.carrotsearch.randomizedtesting.SeedDecorator
-
Packages that use SeedDecorator Package Description com.carrotsearch.randomizedtesting com.carrotsearch.randomizedtesting.annotations -
-
Uses of SeedDecorator in com.carrotsearch.randomizedtesting
Classes in com.carrotsearch.randomizedtesting that implement SeedDecorator Modifier and Type Class Description classMixWithSuiteNameASeedDecoratorto be used withSeedDecoratorsannotation to modify the masterRandomnesswith a hash off the suite's class name.Fields in com.carrotsearch.randomizedtesting declared as SeedDecorator Modifier and Type Field Description private SeedDecorator[]Randomness. decoratorsMethods in com.carrotsearch.randomizedtesting that return SeedDecorator Modifier and Type Method Description (package private) SeedDecorator[]Randomness. getDecorators()Methods in com.carrotsearch.randomizedtesting with parameters of type SeedDecorator Modifier and Type Method Description private static longRandomness. decorate(long seed, SeedDecorator[] decorators)Decorate a given seed.Constructors in com.carrotsearch.randomizedtesting with parameters of type SeedDecorator Constructor Description Randomness(long seed, RandomSupplier supplier, SeedDecorator... decorators)Randomness(java.lang.Thread owner, RandomSupplier supplier, long seed, SeedDecorator... decorators) -
Uses of SeedDecorator in com.carrotsearch.randomizedtesting.annotations
Methods in com.carrotsearch.randomizedtesting.annotations that return types with arguments of type SeedDecorator Modifier and Type Method Description java.lang.Class<? extends SeedDecorator>[]value()
-