Clear the timeout.
Set or get current retry
Set or get current retry
Get whether timeouts are enabled.
Set whether timeouts are enabled.
Get the test err
.
Set the test err
.
Return the full title generated by recursively concatenating the parent's full title.
Get a list of whitelisted globals for this test run.
Set a list of whitelisted globals for this test run.
Inspect the runnable void of private properties.
Return true
if this Runnable has failed.
Return true
if this Runnable has passed.
Check if this runnable or its parent suite is marked as pending.
Reset the timeout.
Set or get number of retries.
Set or get number of retries.
Run the test and invoke fn(err)
.
Halt and mark as pending.
Get test slowness threshold.
Set test slowness threshold.
Get test timeout.
Set test timeout.
Return the title path generated by concatenating the parent's title path with the title.
Generated using TypeDoc
Initialize a new
Hook
with the giventitle
and callbackfn
https://mochajs.org/api/Hook.html