@Documented
@Target(value={TYPE,FIELD,METHOD})
@Retention(value=RUNTIME)
@Inherited
public @interface CheckParams
Property
property with typical defaults.Modifier and Type | Optional Element and Description |
---|---|
int |
maxDiscarded
The maximum number of tests discarded because they did not satisfy pre-conditions
(i.e.
|
int |
maxSize
The maximum size to use for checking.
|
int |
minSize
The minimum size to use for checking.
|
int |
minSuccessful
The minimum number of successful tests before a result is reached.
|
public abstract int minSuccessful
public abstract int maxDiscarded
Property.implies(boolean, P1)
).Property.implies(boolean, P1)
).