Implementation class returned by plugin function

Constructors

Test Lifecycle Management

Constructors

Test Lifecycle Management

  • Runs the supplied function after the test is completely finished, and before the next test starts.

    Parameters

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

    Returns void