Function: defaultReportMessage()
Call Signature
defaultReportMessage<
Ts>(out):undefined
Defined in: packages/fast-check/src/check/runner/utils/RunDetailsFormatter.ts:199
Format output of check using the default error reporting of assert
Produce a string containing the formated error in case of failed run, undefined otherwise.
Type Parameters
| Type Parameter |
|---|
Ts |
Parameters
| Parameter | Type |
|---|---|
out | RunDetails<Ts> & object |
Returns
undefined
Remarks
Since 1.25.0
Call Signature
defaultReportMessage<
Ts>(out):string
Defined in: packages/fast-check/src/check/runner/utils/RunDetailsFormatter.ts:209
Format output of check using the default error reporting of assert
Produce a string containing the formated error in case of failed run, undefined otherwise.
Type Parameters
| Type Parameter |
|---|
Ts |
Parameters
| Parameter | Type |
|---|---|
out | RunDetails<Ts> & object |
Returns
string
Remarks
Since 1.25.0
Call Signature
defaultReportMessage<
Ts>(out):string|undefined
Defined in: packages/fast-check/src/check/runner/utils/RunDetailsFormatter.ts:219
Format output of check using the default error reporting of assert
Produce a string containing the formated error in case of failed run, undefined otherwise.
Type Parameters
| Type Parameter |
|---|
Ts |
Parameters
| Parameter | Type |
|---|---|
out | RunDetails<Ts> |
Returns
string | undefined
Remarks
Since 1.25.0