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.
ITmi::GetTestListsForResults Method (TestRun^)
Returns an array of read-only test lists in which each list contains tests that match a test result in the provided test run.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Parameters
- run
-
Type:
Microsoft.VisualStudio.TestTools.Common::TestRun^
The test run to query.
Return Value
Type: array<Microsoft.VisualStudio.TestTools.Common::ITestList^>^An array of read-only test lists.
Show: