Assignments for the Test Point

interface PointAssignment {
    configurationId?: number;
    configurationName?: string;
    id?: number;
    tester?: IdentityRef;
}

Hierarchy (View Summary)

Properties

configurationId?: number

Id of the Configuration Assigned to the Test Point

configurationName?: string

Name of the Configuration Assigned to the Test Point

id?: number

Id of the Test Point

tester?: IdentityRef

Tester Assigned to the Test Point