Interface ITestPointStatistic
Representa uma contagem de pontos de teste pelo plano de teste uma combinação de TestPointState, de TestResultState e de TestOutcome.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
public interface ITestPointStatistic
public interface class ITestPointStatistic
type ITestPointStatistic = interface end
Public Interface ITestPointStatistic
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
Count | Gets the count for this test point statistic. |
![]() |
FailureType | Obsoleto.Gets the FailureType of the test at this test point. |
![]() |
FailureTypeId | |
![]() |
PointState | Gets the TestPointState of the test at this test point. |
![]() |
ResultOutcome | Gets the TestOutcome of the test at this test point. |
![]() |
ResultResolutionStateId | Gets a number that identifies the combination state and outcome of this test. |
![]() |
ResultState | Gets the TestResultState of the test at this 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