Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ITestPoint Interface

 

Represents the execution state of a test case in a suite against a configuration as part of a test plan.

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

public interface class ITestPoint : IIdentifiable<int>, INotifyPropertyChanged, 
	ITestPointProperties

NameDescription
System_CAPS_pubpropertyAssignedTo

Gets the identity of the user to which this test point is assigned.

System_CAPS_pubpropertyAssignedToName

User this point is assigned to.

System_CAPS_pubpropertyAssignedToTeamFoundationId

User this point is assigned to.

System_CAPS_pubpropertyComment

Gets or sets a comment for the associated test point.(Inherited from ITestPointProperties.)

System_CAPS_pubpropertyConfigurationId

Gets the identifier of the ITestConfiguration that this point tests.

System_CAPS_pubpropertyConfigurationName

Name of the ITestConfiguration that this point represents.

System_CAPS_pubpropertyHasCachedProperties

Determines whether the Point object has any cached properties from the server.

System_CAPS_pubpropertyHistory

Gets a collection of ITestPointProperties objects that represent a historical list of the properties of this test point over time.

System_CAPS_pubpropertyId

Gets the identifier.(Inherited from IIdentifiable<TKey>.)

System_CAPS_pubpropertyIsTestCaseAutomated

Returns the same result as TestCaseWorkItem.IsAutomated, but may use cached properties to answer the question

System_CAPS_pubpropertyItem[String^]

Access the properties of the test case of the point, possibly from the internal cached-properties table

System_CAPS_pubpropertyLastUpdated

Gets the date that this object was last updated.(Inherited from ITestPointProperties.)

System_CAPS_pubpropertyLastUpdatedBy

Gets the identity of the last person to update this object.(Inherited from ITestPointProperties.)

System_CAPS_pubpropertyLastUpdatedByName

Last person to update point.(Inherited from ITestPointProperties.)

System_CAPS_pubpropertyMostRecentFailureType

Obsolete.Gets the most recent FailureType for the associated test point.(Inherited from ITestPointProperties.)

System_CAPS_pubpropertyMostRecentFailureTypeId

(Inherited from ITestPointProperties.)

System_CAPS_pubpropertyMostRecentResolutionStateId

Gets the ID for the most recent resolution state setting.(Inherited from ITestPointProperties.)

System_CAPS_pubpropertyMostRecentResult

Gets the most recent test case result.

System_CAPS_pubpropertyMostRecentResultId

Gets the ID of the most recent result setting.(Inherited from ITestPointProperties.)

System_CAPS_pubpropertyMostRecentResultOutcome

Gets the most recent result outcome setting.(Inherited from ITestPointProperties.)

System_CAPS_pubpropertyMostRecentResultState

Gets the most recent result state setting.(Inherited from ITestPointProperties.)

System_CAPS_pubpropertyMostRecentRunId

Gets the most recent test run ID.(Inherited from ITestPointProperties.)

System_CAPS_pubpropertyPlan

Gets the associated test plan.

System_CAPS_pubpropertyRevision

Gets the internal revision number of the associated test point.(Inherited from ITestPointProperties.)

System_CAPS_pubpropertyState

Gets the current state of the associated test point.(Inherited from ITestPointProperties.)

System_CAPS_pubpropertySuiteId

Gets the identifier for the test suite that contains this test point.

System_CAPS_pubpropertyTestCaseExists

Gets a value that indicates whether the current test case exists on the server.

System_CAPS_pubpropertyTestCaseId

Gets the ID of the associated test case.

System_CAPS_pubpropertyTestCaseWorkItem

Gets the work item that is associated with the associated test case.

System_CAPS_pubpropertyUserData

Gets or sets an arbitrary object that the user has associated with this test point.

NameDescription
System_CAPS_pubmethodBlock()

Blocks this test point by setting the ITestPointProperties::State property to TestPointState::NotReady.

System_CAPS_pubmethodQueryAssociatedWorkItemsFromResults()

Retrieves an array of integer IDs for the work items that are associated with the corresponding results of this test point.

System_CAPS_pubmethodRefresh()

Updates this object by using data from the server.

System_CAPS_pubmethodSave()

Persists this object on the server.

System_CAPS_pubmethodUnblock()

Unblocks this test point by setting the ITestPointProperties::State property to TestPointState::Ready.

NameDescription
System_CAPS_pubeventPropertyChanged

(Inherited from INotifyPropertyChanged.)

Return to top
Show: