| Package | Description |
|---|---|
| com.pholser.junit.quickcheck.internal |
| Class and Description |
|---|
| ForAll
Deprecated.
Rather than writing property-based tests as
Theory
methods with parameters marked with this annotation, write them as
Property methods on classes run with the
JUnitQuickcheck runner. |
| When
Mark a parameter of a
Property method with this annotation to
specify metadata about values generated for that parameter. |
Copyright © 2016. All rights reserved.