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 che non sono inclusi in alcun elenco dei test nell'interfaccia utente di gestione test di Visual Studio Test Professional, ma che sono inclusi nell'esecuzione dei test specificata.

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[]
Matrice di test senza categoria oppure una matrice vuota se non è caricato alcun test o non vi sono test senza categoria.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITmi Interfaccia

Overload GetTestsNotInAnyTestList

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common

TestRun