Implementation class returned by plugin function

Constructors

Properties

Methods

Test Lifecycle Management

Constructors

Properties

Methods

  • Parameters

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

    • deferred: boolean = false

    Returns any

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

Generated using TypeDoc