Compartilhar via


Método ITmi.GetTestsNotInAnyTestList (TestRun)

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Obtém uma matriz de testes que não estão em qualquer uma das listas de teste na interface de usuário do Visual Studio Test Professional e que estão na execução de teste fornecido.

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

Sintaxe

'Declaração
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[]

Parâmetros

Valor de retorno

Tipo: array<Microsoft.VisualStudio.TestTools.Common.ITestElement[]
Uma matriz de testes não categorizados ou uma matriz vazia se nenhum teste é carregada ou se nenhum teste são não categorizados.

Segurança do .NET Framework

Consulte também

Referência

ITmi Interface

Sobrecargas GetTestsNotInAnyTestList

Namespace Microsoft.VisualStudio.TestTools.Common

TestRun