ITmi.GetTestsNotInAnyTestList 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 tests that are not in any of the test lists in the UI of Visual Studio Test Professional.
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 | |
---|---|---|
GetTestsNotInAnyTestList() | Gets an array of tests that are not in any of the test lists in the UI of Visual Studio Test Professional. | |
GetTestsNotInAnyTestList(TestRun) | Gets an array of tests that are not in any of the test lists in the UI of Visual Studio Test Professional and that are in the provided test run. |
Top