Share via


ITmi.GetTestsNotInAnyTestList Method (TestRun)

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 and that are in the provided test run.

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

Syntax

'Declaration
Function GetTestsNotInAnyTestList ( _
    run As TestRun _
) As ITestElement()
ITestElement[] GetTestsNotInAnyTestList(
    TestRun run
)
array<ITestElement^>^ GetTestsNotInAnyTestList(
    TestRun^ run
)
abstract GetTestsNotInAnyTestList : 
        run:TestRun -> ITestElement[] 
function GetTestsNotInAnyTestList(
    run : TestRun
) : ITestElement[]

Parameters

Return Value

Type: array<Microsoft.VisualStudio.TestTools.Common.ITestElement[]
An array of uncategorized tests, or an empty array if no tests are loaded or if no tests are uncategorized.

.NET Framework Security

See Also

Reference

ITmi Interface

GetTestsNotInAnyTestList Overload

Microsoft.VisualStudio.TestTools.Common Namespace

TestRun