CheckExpectation<'Args, 'Actual, 'Expected> Type
Describes how a tested implementation should relate to a reference implementation for generated inputs.
Build reusable relations here, then execute them with Check.result, Check.should,
Check.resultBy, or Check.shouldBy.
Record fields
| Record Field |
Description
|
Full Usage:
Description
Field type: string
|
A human-readable description of the relation.
|
Full Usage:
Details
Field type: 'Args -> Observed<'Actual> -> Observed<'Expected> -> FailureDetails option
|
Optionally provides structured nested details for rich failure rendering.
|
|
Formats the tested-side observation for display in reports.
|
|
Formats the reference-side observation for display in reports.
|
Full Usage:
Label
Field type: string
|
A short stable label used in reports and structured failure details.
|
Static members
| Static member |
Description
|
Full Usage:
CheckExpectation.AndAlso(a, b)
Parameters:
CheckExpectation<'Args, 'Actual, 'Expected>
b : CheckExpectation<'Args, 'Actual, 'Expected>
Returns: CheckExpectation<'Args, 'Actual, 'Expected>
|
|
Full Usage:
CheckExpectation.OrElse(a, b)
Parameters:
CheckExpectation<'Args, 'Actual, 'Expected>
b : CheckExpectation<'Args, 'Actual, 'Expected>
Returns: CheckExpectation<'Args, 'Actual, 'Expected>
|
|
testify