Compartilhar via


Interface ITestPointProperties

 

Representa as propriedades mutáveis de um ponto de teste. Esses são controlados historicamente.

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

Sintaxe

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

Propriedades

Nome Descrição
System_CAPS_pubproperty Comment

Gets or sets a comment for the associated test point.

System_CAPS_pubproperty LastUpdated

Gets the date that this object was last updated.

System_CAPS_pubproperty LastUpdatedBy

Gets the identity of the last person to update this object.

System_CAPS_pubproperty LastUpdatedByName

Last person to update point.

System_CAPS_pubproperty MostRecentFailureType

Obsoleto.Gets the most recent FailureType for the associated test point.

System_CAPS_pubproperty MostRecentFailureTypeId

System_CAPS_pubproperty MostRecentResolutionStateId

Gets the ID for the most recent resolution state setting.

System_CAPS_pubproperty MostRecentResultId

Gets the ID of the most recent result setting.

System_CAPS_pubproperty MostRecentResultOutcome

Gets the most recent result outcome setting.

System_CAPS_pubproperty MostRecentResultState

Gets the most recent result state setting.

System_CAPS_pubproperty MostRecentRunId

Gets the most recent test run ID.

System_CAPS_pubproperty Revision

Gets the internal revision number of the associated test point.

System_CAPS_pubproperty State

Gets the current state of the associated test point.

Comentários

Qualquer conteúdo aqui será atualizado; por favor não adicione o material aqui.

Consulte também

Namespace Microsoft.TeamFoundation.TestManagement.Client

Retornar ao topo