Type Alias: RunDetails<Ts>
RunDetails<
Ts> =RunDetailsFailureProperty<Ts> |RunDetailsFailureTooManySkips<Ts> |RunDetailsFailureInterrupted<Ts> |RunDetailsSuccess<Ts>
Defined in: packages/fast-check/src/check/runner/reporter/RunDetails.ts:13
Post-run details produced by check
A failing property can easily detected by checking the failed flag of this structure
Type Parameters
| Type Parameter |
|---|
Ts |
Remarks
Since 0.0.7