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::GetTestResults Method (TestRun^, ITestElement^)
Gets an array of test results from the provided test run that are in the provided test.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Parameters
- run
-
Type:
Microsoft.VisualStudio.TestTools.Common::TestRun^
A TestRun object.
- test
-
Type:
Microsoft.VisualStudio.TestTools.Common::ITestElement^
A TestElement object.
Return Value
Type: array<Microsoft.VisualStudio.TestTools.Common::TestResult^>^An array of test results.
Show: