@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface SeedDecorators
Use this annotation when you want to perturb or modify the master seed. This may be
useful if there are decisions taken in static contexts of multiple suites. In such a case
these decisions would always be identical (because at static context level the seed is
always derived from the same master). With a SeedDecorator
one can perturb
the seed for every suite.
value()
Modifier and Type | Required Element and Description |
---|---|
Class<? extends SeedDecorator>[] |
value |
public abstract Class<? extends SeedDecorator>[] value
Copyright © 2011–2015 Carrot Search s.c.. All rights reserved.