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^)

 

Gets an array of test result objects from the provided test run.

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

array<TestResult^>^ GetTestResults(
	TestRun^ run
)

Exception Condition
ArgumentException

The run parameter is null.

Return to top
Show: