ITestPointProperties Interface

Represents the properties of a test point that are subject to change.

Namespace:  Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

Syntax

'Declaration
Public Interface ITestPointProperties
public interface ITestPointProperties
public interface class ITestPointProperties
type ITestPointProperties =  interface end
public interface ITestPointProperties

The ITestPointProperties type exposes the following members.

Properties

  Name Description
Public property Comment Gets or sets a comment for the associated test point.
Public property LastUpdated Gets the date that this object was last updated.
Public property LastUpdatedBy Gets the identity of the last person to update this object.
Public property LastUpdatedByName Last person to update point.
Public property MostRecentFailureType Gets the most recent FailureType for the associated test point.
Public property MostRecentResolutionStateId Gets the ID for the most recent resolution state setting.
Public property MostRecentResultId Gets the ID of the most recent result setting.
Public property MostRecentResultOutcome Gets the most recent result outcome setting.
Public property MostRecentResultState Gets the most recent result state setting.
Public property MostRecentRunId Gets the most recent test run ID.
Public property Revision Gets the internal revision number of the associated test point.
Public property State Gets the current state of the associated test point.

Top

Remarks

This interface supports the object model for Test Case management (TCM) in Visual Studio. This interface is not intended for you to implement in a custom class, but you can use this interface in a custom class if a TCM object returns an internal implementation.

See Also

Reference

Microsoft.TeamFoundation.TestManagement.Client Namespace

ITestPoint