| Annotation Type | 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. |
| From | |
| Produced | |
| Property |
Mark a method on a class that is run with the
JUnitQuickcheck
runner with this annotation to have it run as a property-based test. |
| 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.