public static class CheckResult.Erroneous extends Object implements CheckResult, Serializable
CheckResult.Erroneous, CheckResult.Falsified, CheckResult.Satisfied| Modifier and Type | Method and Description |
|---|---|
int |
count()
The number of checks performed using random generated input data.
|
boolean |
equals(Object o) |
Option<Error> |
error()
An optional error.
|
int |
hashCode() |
boolean |
isErroneous()
If this check result is erroneous as specified above.
|
boolean |
isExhausted()
If this check result is exhausted as specified above.
|
boolean |
isFalsified()
If this check result is falsified as specified above.
|
boolean |
isSatisfied()
If this check result is satisfied as specified above.
|
String |
propertyName()
The name of the checked property this result refers to.
|
Option<Tuple> |
sample()
An optional sample which falsified the property or which lead to an error.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitassertIsErroneous, assertIsFalsified, assertIsSatisfied, assertIsSatisfiedWithExhaustionpublic boolean isSatisfied()
CheckResultisSatisfied in interface CheckResultpublic boolean isFalsified()
CheckResultisFalsified in interface CheckResultpublic boolean isErroneous()
CheckResultisErroneous in interface CheckResultpublic boolean isExhausted()
CheckResultisExhausted in interface CheckResultpublic String propertyName()
CheckResultpropertyName in interface CheckResultpublic int count()
CheckResultcount in interface CheckResultpublic Option<Tuple> sample()
CheckResultsample in interface CheckResultpublic Option<Error> error()
CheckResulterror in interface CheckResultCopyright © 2021. All Rights Reserved.