Annotation Type and Description |
---|
com.pholser.junit.quickcheck.generator.ValuesOf
In exhaustive mode,
boolean and enum parameters get the
behavior of this annotation by default.
In sampling mode,
boolean and enum parameters have their limited domains
sampled already. |
Method and Description |
---|
com.pholser.junit.quickcheck.generator.Gen._gen(SourceOfRandomness, GenerationStatus)
For use by junit-quickcheck only -- when we migrate to Java 9,
this method will likely become
private . |
© Copyright 2010-2020 Paul R. Holser, Jr. All rights reserved. Licensed under The MIT License. pholser@alumni.rice.edu