The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ITestRun::QueryResultsByOutcome Method (TestOutcome)
Returns a collection of test results for this test run that has the provided test outcome.
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Parameters
- outcome
-
Type:
Microsoft.TeamFoundation.TestManagement.Client::TestOutcome
A TestOutcome object.
Return Value
Type: Microsoft.TeamFoundation.TestManagement.Client::ITestCaseResultCollection^A collection of test results.
Show: