CheckResult<'Args, 'Actual, 'Expected> Type
Outcome of a property-style check.
Union cases
| Union case |
Description
|
Full Usage:
Errored message
Parameters:
string
|
Testify or user-supplied property logic encountered an unexpected runtime error.
|
Full Usage:
Exhausted reason
Parameters:
string
|
FsCheck could not generate enough suitable inputs to complete the check.
|
|
The property found a counterexample and produced structured failure details.
|
Full Usage:
Passed
|
The property passed for the configured generated inputs. |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsErrored
Returns: bool
|
|
Full Usage:
this.IsExhausted
Returns: bool
|
|
Full Usage:
this.IsFailed
Returns: bool
|
|
Full Usage:
this.IsPassed
Returns: bool
|
|
testify