Interface ITestPointStatistics
Representa as contagens de pontos em vários estados como selecionados por ITestPlan.QueryTestPointStatistics()
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
public interface ITestPointStatistics
public interface class ITestPointStatistics
type ITestPointStatistics = interface end
Public Interface ITestPointStatistics
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
FailureTypeStatistics | |
![]() |
Item[FailureType] | Obsoleto.Gets the number of points that have the specified failure type. |
![]() |
Item[Int32] | Gets the number of points that have the specified resolution state. |
![]() |
Item[TestOutcome] | Gets the number of points that have the specified test outcome. |
![]() |
Item[TestPointState] | Gets the number of points that have the specified state. |
![]() |
Item[TestResultState] | Gets the number of points that have the specified result state. |
![]() |
TotalCount | Gets the total number of test points that are represented by this set of statistics. |
Métodos
Nome | Descrição | |
---|---|---|
![]() |
GetStatistics() | Returns an array of ITestPointStatistic objects that represents this set of statistics. |
![]() |
Refresh() | Re-queries the server and computes new statistics. |
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