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

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

array<ITestList^>^ GetTestListsForResults(
	TestRun^ run
)

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.

Return to top
Show: