Condividi tramite


Metodo ITmi.AddManagedTestStorage (Object, String, TestType)

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

Aggiunge il percorso di archiviazione dei test specificato di un gestore di test specifico e un tipo di test specificato.

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

Sintassi

'Dichiarazione
Sub AddManagedTestStorage ( _
    manager As Object, _
    storagePath As String, _
    testType As TestType _
)
void AddManagedTestStorage(
    Object manager,
    string storagePath,
    TestType testType
)
void AddManagedTestStorage(
    Object^ manager, 
    String^ storagePath, 
    TestType^ testType
)
abstract AddManagedTestStorage : 
        manager:Object * 
        storagePath:string * 
        testType:TestType -> unit
function AddManagedTestStorage(
    manager : Object, 
    storagePath : String, 
    testType : TestType
)

Parametri

  • manager
    Tipo: Object

    Oggetto che gestisce (carica, salva, aggiorna e così via) i test nel percorso specificato.

  • storagePath
    Tipo: String

    Percorso del file che contiene i test gestiti. Può essere una DLL di un progetto di test contenente unit test.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ITmi Interfaccia

Overload AddManagedTestStorage

Spazio dei nomi Microsoft.VisualStudio.TestTools.Common

TestType