Método ITestPlan.QueryTestPointStatisticsByPivot (String, List<TestPointStatisticsQueryPivotType>)
Retorna estatísticas de pontos por dinâmica que pertencem a este plano e correspondem às condições WIQL determinadas.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
ITestPointStatisticsByPivot QueryTestPointStatisticsByPivot(
string queryText,
List<TestPointStatisticsQueryPivotType> pivotList
)
ITestPointStatisticsByPivot^ QueryTestPointStatisticsByPivot(
String^ queryText,
List<TestPointStatisticsQueryPivotType>^ pivotList
)
abstract QueryTestPointStatisticsByPivot :
queryText:string *
pivotList:List<TestPointStatisticsQueryPivotType> -> ITestPointStatisticsByPivot
Function QueryTestPointStatisticsByPivot (
queryText As String,
pivotList As List(Of TestPointStatisticsQueryPivotType)
) As ITestPointStatisticsByPivot
Parâmetros
queryText
Type: System.StringCadeia de consulta WIQL para pontos de recuperação.
pivotList
Type: System.Collections.Generic.List<TestPointStatisticsQueryPivotType>Lista de tabelas dinâmicas para recuperar estatísticas por corrente.
Valor de retorno
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestPointStatisticsByPivot
Estatísticas de objeto dinâmico
Comentários
Aqui estão alguns dos campos WIQL que podem ser usados nesta consulta: SuiteId ConfigurationId TestCaseId PointState AreaPath AssignedTo RecursiveSuiteId: consultar todos os pontos na hierarquia do conjunto começando com RecursiveSuiteId.
Consulte também
Interface ITestPlan
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo