ITmi.GetTestResults Method
Include Protected Members
Include Inherited Members
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Gets an array of test result objects from a test run.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetTestResults(TestRun) | Gets an array of test result objects from the provided test run. | |
GetTestResults(TestRun, ITestElement) | Gets an array of test results from the provided test run that are in the provided test. |
Top