Implementation class returned by plugin function

Constructors

Test Lifecycle Management

Constructors

Test Lifecycle Management

  • Just run the supplied function right away, but do not run any child tests until it has completed.

    This is handy when some setup may require asynchronous actions, and tests should wait until after it completes.

    Parameters

    • fn: (() => any)
        • (): any
        • Returns any

    Returns void