@Target(value={PARAMETER,FIELD,ANNOTATION_TYPE}) @Retention(value=RUNTIME) public @interface Produced
Mark a parameter of a Property method with this annotation to
have random values supplied to it via one of the
Generators specified by the
aggregated From annotations.
Alternatively, you can specify many generators via many repetitions of
From, without using this container annotation.
On a given generation, one of the specified generators will be chosen at
random with probability in proportion to From.frequency().
Frompublic abstract From[] value
© Copyright 2010-2016 Paul R. Holser, Jr. All rights reserved. Licensed under The MIT License. pholser@alumni.rice.edu