@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
Generator
s 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()
.
From
public abstract From[] value
© Copyright 2010-2016 Paul R. Holser, Jr. All rights reserved. Licensed under The MIT License. pholser@alumni.rice.edu