Allows modification, retrieval, and event binding of a subinspection with the given id.

TestContainer

Type Parameters

  • T extends string

Hierarchy (view full)

Implements

Methods

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

    Parameters

    Returns Promise<void>

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

    Parameters

    Returns Promise<void>

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

    Parameters

    Returns Promise<void>

  • Adds a Date/Time test with the given properties to this sub-inspection

    Parameters

    Returns Promise<void>

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

    Parameters

    Returns Promise<void>

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

    Parameters

    Returns Promise<void>

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

    Parameters

    Returns Promise<void>

  • Adds an Input test with the given properties to this sub-inspection

    Parameters

    Returns Promise<void>

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

    Parameters

    Returns Promise<void>

  • Adds an OEE test with the given properties to this sub-inspection

    Parameters

    Returns Promise<void>

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

    Parameters

    Returns Promise<void>

  • Adds a Pass/Fail test with the given properties to this sub-inspection

    Parameters

    Returns Promise<void>

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

    Parameters

    Returns Promise<void>

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

    Parameters

    Returns Promise<void>

  • Adds an SPC test with the given properties to this sub-inspection

    Parameters

    Returns Promise<void>

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

    Parameters

    Returns Promise<void>

  • Allows modification, retrieval, and event binding of a Button test with the given id.

    Parameters

    • scriptId: string

      Unique id of the test.

    Returns ButtonTestApi

    An object which allows access to the test methods

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

    Parameters

    • scriptId: string

      Unique id of the test.

    Returns ChartTestApi

    An object which allows access to the test methods

  • Allows modification, retrieval, and event binding of a data canvas test with the given id.

    Parameters

    • scriptId: string

      Unique id of the test.

    Returns DataCanvasTestApi<T>

    An object which allows access to the test methods

  • Allows modification, retrieval, and event binding of a Defect List test with the given id.

    Parameters

    • scriptId: string

      Unique id of the test.

    Returns DefectListTestApi

    An object which allows access to the test methods

  • Allows modification, retrieval, and event binding of a File test with the given id.

    Parameters

    • scriptId: string

      Unique id of the test.

    Returns FileTestApi

    An object which allows access to the test methods

  • Allows modification, retrieval, and event binding of a Group test with the given id.

    Parameters

    • scriptId: string

      Unique id of the test.

    Returns GroupTestApi<T>

    An object which allows access to the test methods

  • Allows modification, retrieval, and event binding of a Label test with the given id.

    Parameters

    • scriptId: string

      Unique id of the test.

    Returns LabelTestApi

    An object which allows access to the test methods

  • Allows modification, retrieval, and event binding of an OEE test with the given id.

    Parameters

    • scriptId: string

      Unique id of the test.

    Returns OEETestApi

    An object which allows access to the test methods

  • 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

  • Allows modification, retrieval, and event binding of a Pass/Fail test with the given id.

    Parameters

    • scriptId: string

      Unique id of the test.

    Returns PassFailTestApi

    An object which allows access to the test methods

  • Allows modification, retrieval, and event binding of a Rating test with the given id.

    Parameters

    • scriptId: string

      Unique id of the test.

    Returns RatingTestApi

    An object which allows access to the test methods

  • Parameters

    • scriptId: string

      The id of the test to remove.

    Returns Promise<void>

  • Allows modification, retrieval, and event binding of a SPC test with the given id.

    Parameters

    • scriptId: string

      Unique id of the test.

    Returns SPCTestApi

    An object which allows access to the test methods

  • Allows modification, retrieval, and event binding of a Task test with the given id.

    Parameters

    • scriptId: string

      Unique id of the test.

    Returns TaskTestApi

    An object which allows access to the test methods

  • Updates the inspection with new values.

    Parameters

    Returns Promise<void>