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 specificato di archiviazione del test di una gestione di test specifica e ha specificato il tipo di test.

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: System.Object
    L'oggetto che gestisce (caricamento, vengono salvati, aggiornamenti, e così via. test nel percorso specificato.
  • storagePath
    Tipo: System.String
    Il percorso del file che contiene i test che sono gestiti.Può essere una DLL da 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