ITestRun.QueryResultsByOutcome Method (TestOutcome)
Returns a collection of test results for this test run that has the provided test outcome.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
ITestCaseResultCollection QueryResultsByOutcome(
TestOutcome outcome
)
ITestCaseResultCollection^ QueryResultsByOutcome(
TestOutcome outcome
)
abstract QueryResultsByOutcome :
outcome:TestOutcome -> ITestCaseResultCollection
Function QueryResultsByOutcome (
outcome As TestOutcome
) As ITestCaseResultCollection
Parameters
outcome
Type: Microsoft.TeamFoundation.TestManagement.Client.TestOutcomeA TestOutcome object.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client.ITestCaseResultCollection
A collection of test results.
See Also
ITestCaseResultCollection
TestOutcome
ITestRun Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top