Theory
methods with parameters marked with this annotation, write them as
Property methods on classes run with the
JUnitQuickcheck runner.@Deprecated @Target(value=PARAMETER) @Retention(value=RUNTIME) public @interface ForAll
Theory method
with this annotation to have random values supplied to it.| Modifier and Type | Optional Element and Description |
|---|---|
int |
discardRatio
Deprecated.
|
int |
sampleSize
Deprecated.
|
long |
seed
Deprecated.
|
String |
suchThat
Deprecated.
|
public abstract int sampleSize
public abstract int discardRatio
Copyright © 2016. All rights reserved.