Condividi tramite


Metodo ITmi.GetTestsNotInAnyTestList (TestRun)

Questa API supporta l'infrastruttura .NET Framework e non deve essere utilizzata direttamente dal codice.

Ottiene una matrice di test di cui non essere in uno degli elenchi di test nell'interfaccia utente Visual Studio Test Professional e che sono nell'esecuzione dei test fornita.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)

Sintassi

'Dichiarazione
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[]

Parametri

Valore restituito

Tipo: array<Microsoft.VisualStudio.TestTools.Common.ITestElement[]
Una matrice di test uncategorized, oppure una matrice vuota se nessun test viene caricato o se non sono presenti test uncategorized.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITmi Interfaccia

Overload GetTestsNotInAnyTestList

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common

TestRun