Information
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.

Namespace:   Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

array<TestResult^>^ GetTestResults(
	TestRun^ run,
	ITestElement^ test
)

Return Value

Type: array<Microsoft.VisualStudio.TestTools.Common::TestResult^>^

An array of test results.

Return to top
Show: