Package de.cuioss.test.generator.junit
Annotation Type GeneratorSeed
-
@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface GeneratorSeed
This annotation is to be used in the context ofEnableGeneratorController. It explicitly sets the seed for the generators.- Author:
- Oliver Wolff
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description longvalue
-
-
-
Element Detail
-
value
long value
- Returns:
- the seed for the generators
-
-