TestPoint Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Test point.
[System.Runtime.Serialization.DataContract]
public sealed class TestPoint
type TestPoint = class
Public NotInheritable Class TestPoint
- Inheritance
-
TestPoint
- Attributes
Constructors
| TestPoint() |
Fields
| AssignedTo |
AssignedTo. Type Microsoft.VisualStudio.Services.WebApi.IdentityRef. |
| Automated |
Automated. |
| Comment |
Comment associated with test point. |
| Configuration |
Configuration. Type ShallowReference. |
| FailureType |
Failure type of test point. |
| Id |
ID of the test point. |
| LastResolutionStateId |
Last resolution state id of test point. |
| LastResult |
Last result of test point. Type ShallowReference. |
| LastResultDetails |
Last result details of test point. Type LastResultDetails. |
| LastResultState |
Last result state of test point. |
| LastRunBuildNumber |
LastRun build number of test point. |
| LastTestRun |
Last testRun of test point. Type ShallowReference. |
| LastUpdatedBy |
Test point last updated by. Type Microsoft.VisualStudio.Services.WebApi.IdentityRef. |
| LastUpdatedDate |
Last updated date of test point. |
| Outcome |
Outcome of test point. |
| Revision |
Revision number. |
| State |
State of test point. |
| Suite |
Suite of test point. Type ShallowReference. |
| TestCase |
TestCase associated to test point. Type WorkItemReference. |
| TestPlan |
TestPlan of test point. Type ShallowReference. |
| Url |
Test point Url. |
| WorkItemProperties |
Work item properties of test point. |