ITmi.GetTestListsForResults(TestRun) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an array of read-only test lists in which each list contains tests that match a test result in the provided test run.
public:
cli::array <Microsoft::VisualStudio::TestTools::Common::ITestList ^> ^ GetTestListsForResults(Microsoft::VisualStudio::TestTools::Common::TestRun ^ run);
public Microsoft.VisualStudio.TestTools.Common.ITestList[] GetTestListsForResults (Microsoft.VisualStudio.TestTools.Common.TestRun run);
abstract member GetTestListsForResults : Microsoft.VisualStudio.TestTools.Common.TestRun -> Microsoft.VisualStudio.TestTools.Common.ITestList[]
Public Function GetTestListsForResults (run As TestRun) As ITestList()
Parameters
- run
- TestRun
The test run to query.
Returns
An array of read-only test lists.