Udostępnij za pośrednictwem


Metoda ITmi.AddManagedTestStorage — (Object, String, TestType)

Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Dodaje ścieżki magazynu dostarczonego test Menedżera szczególnych badań i badań określonego typu.

Przestrzeń nazw:  Microsoft.VisualStudio.TestTools.Common
Zestaw:  Microsoft.VisualStudio.QualityTools.Common (w Microsoft.VisualStudio.QualityTools.Common.dll)

Składnia

'Deklaracja
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
)

Parametry

  • manager
    Typ: System.Object
    Obiekt, który zarządza (ładunków, zapisuje, aktualizacje itp.) testy w określonej ścieżce.
  • storagePath
    Typ: System.String
    Ścieżka pliku, który zawiera testów, które są zarządzane.Może być DLL z projektu badania, który zawiera jednostki badań.

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ITmi Interfejs

Przeciążenie AddManagedTestStorage

Przestrzeń nazw Microsoft.VisualStudio.TestTools.Common

TestType