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 | |
---|---|---|
![]() |
Comment | Gets or sets a comment for the associated test point. |
![]() |
LastUpdated | Gets the date that this object was last updated. |
![]() |
LastUpdatedBy | Gets the identity of the last person to update this object. |
![]() |
LastUpdatedByName | Last person to update point. |
![]() |
MostRecentFailureType | Obsoleto.Gets the most recent FailureType for the associated test point. |
![]() |
MostRecentFailureTypeId | |
![]() |
MostRecentResolutionStateId | Gets the ID for the most recent resolution state setting. |
![]() |
MostRecentResultId | Gets the ID of the most recent result setting. |
![]() |
MostRecentResultOutcome | Gets the most recent result outcome setting. |
![]() |
MostRecentResultState | Gets the most recent result state setting. |
![]() |
MostRecentRunId | Gets the most recent test run ID. |
![]() |
Revision | Gets the internal revision number of the associated test point. |
![]() |
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