Implementation class returned by plugin function

Constructors

Properties

Methods

Test Lifecycle Management

Constructors

Properties

#didOnEOF: boolean = false
#onTeardown: (() => any)[] = []

Type declaration

    • (): any
    • Returns any

Methods

  • Internal

    call the teardown functions

    Returns void | Promise<void>

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

Generated using TypeDoc