Método ITestRun.QueryResultsByOutcome (TestOutcome)
Retorna um conjunto de resultados de teste para essa execução de teste que possui o resultado de teste fornecido.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (em Microsoft.TeamFoundation.TestManagement.Client.dll)
Sintaxe
ITestCaseResultCollection QueryResultsByOutcome(
TestOutcome outcome
)
ITestCaseResultCollection^ QueryResultsByOutcome(
TestOutcome outcome
)
abstract QueryResultsByOutcome :
outcome:TestOutcome -> ITestCaseResultCollection
Function QueryResultsByOutcome (
outcome As TestOutcome
) As ITestCaseResultCollection
Parâmetros
outcome
Type: Microsoft.TeamFoundation.TestManagement.Client.TestOutcomeUm objeto TestOutcome.
Valor de retorno
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseResultCollection
Um conjunto de resultados de teste.
Consulte também
ITestCaseResultCollection
TestOutcome
Interface ITestRun
Namespace Microsoft.TeamFoundation.TestManagement.Client
Retornar ao topo