IUpdateablePropertyTest

Type Parameters

  • T extends string

Hierarchy (view full)

Implements

Properties

scriptId: string
subInspectionId: string
testType: InspectionTest

Methods

  • AddDataCanvass an Input test with the given properties to this group test

    Parameters

    Returns Promise<void>

  • AddDataCanvass a Pass/Fail test with the given properties to this group test

    Parameters

    Returns Promise<void>

  • AddDataCanvass an SPC test with the given properties to this group test

    Parameters

    • testProperties: CopyableCreate<SPCTestDataCanvasWorkerCreate, string>

      The properties with which the test will be initialized

    • location: DataCanvasItemLocation[]

      The locations to place the test inputs as a percentage. Optionally includes a width as a percentage. If the array has fewer elements than the subgroup size, the first element will be used for the remaining inputs. If the array has more elements than the subgroup size, the extra elements will be ignored.

    Returns Promise<void>

  • AddDataCanvass a Task test with the given properties to this group test

    Parameters

    Returns Promise<void>