CheckCase<'Args, 'Actual, 'Expected> Type
Represents one concrete property-test case with the observed tested and reference outcomes.
Record fields
| Record Field |
Description
|
|
The observed tested-side outcome, including exceptions.
|
Full Usage:
Arguments
Field type: 'Args
|
The concrete generated arguments for this property case.
|
|
The observed reference-side outcome, including exceptions.
|
Full Usage:
Test
Field type: string
|
The rendered test text for this case.
|
testify