Partager via


ITmi.AddManagedTestStorage, méthode (Object, String, TestType)

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Ajoute le chemin d'accès de stockage de test fourni d'un gestionnaire de tests spécifique et un type de test spécifié.

Espace de noms :  Microsoft.VisualStudio.TestTools.Common
Assembly :  Microsoft.VisualStudio.QualityTools.Common (dans Microsoft.VisualStudio.QualityTools.Common.dll)

Syntaxe

'Déclaration
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
)

Paramètres

  • manager
    Type : System.Object
    Objet qui gère (charge, enregistre, met à jour, etc.) les tests dans le chemin d'accès spécifié.
  • storagePath
    Type : System.String
    Le chemin d'accès du fichier qui contient les tests qui sont managés.Il peut s'agir d'une DLL d'un projet de test qui contient des tests unitaires.

Sécurité .NET Framework

Voir aussi

Référence

ITmi Interface

AddManagedTestStorage, surcharge

Microsoft.VisualStudio.TestTools.Common, espace de noms

TestType