| 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. |
| com.pholser.junit.quickcheck.internal.ParameterTypeContext.annotatedElement()
This will likely go away when languages whose compilers
and interpreters produce class files that support annotations on type
uses.
|
| com.pholser.junit.quickcheck.internal.ParameterTypeContext.topLevel()
This will likely go away when languages whose compilers
and interpreters produce class files that support annotations on type
uses.
|
Copyright © 2019. All rights reserved.