Edit

PointAssignment Class

Definition

Adding test cases to a suite creates one of more test points based on the default configurations and testers assigned to the test suite. PointAssignment is the list of test points that were created for each of the test cases that were added to the test suite.

[System.Runtime.Serialization.DataContract]
public sealed class PointAssignment
type PointAssignment = class
Public NotInheritable Class PointAssignment
Inheritance
PointAssignment
Attributes

Constructors

PointAssignment()

Properties

Configuration

Configuration that was assigned to the test case.

Tester

Tester that was assigned to the test case

Applies to