TestContainer

Implements

Methods

  • Adds a Date/Time test with the given properties to the global tag area

    Parameters

    Returns Promise<void>

  • Adds an Input test with the given properties to the global tag area

    Parameters

    Returns Promise<void>

  • Adds a Part test with the given properties to this sub-inspection

    Parameters

    Returns Promise<void>

  • Adds a Process test with the given properties to the global tag area

    Parameters

    Returns Promise<void>

  • Bind a function to fire when the global tag area has been completed and closed. This function fires every time the global tag area has been closed.

    Parameters

    Returns ScriptEventSubscription

    ScriptEventSubscription

  • Allows modification and retrieval of a Part test with the given id.

    Parameters

    • scriptId: string

      Unique id of the test.

    Returns PartTestApi

    An object which allows access to the test methods

  • Parameters

    • scriptId: string

      The id of the test to remove.

    Returns Promise<void>