Compartilhar via


Método ITmi.AddManagedTestStorage (Object, String, TestType)

Esta API oferece suporte à infraestrutura .NET Framework e não se destina a ser usada diretamente do seu código.

Adiciona o caminho de armazenamento de teste fornecido de um tipo de teste especificado e o Gerenciador de teste específico.

Namespace:  Microsoft.VisualStudio.TestTools.Common
Assembly:  Microsoft.VisualStudio.QualityTools.Common (em Microsoft.VisualStudio.QualityTools.Common.dll)

Sintaxe

'Declaração
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
)

Parâmetros

  • manager
    Tipo: System.Object
    O objeto que gerencia (cargas, salva, atualizações, etc.) testes no caminho especificado.
  • storagePath
    Tipo: System.String
    O caminho do arquivo que contém os testes que são gerenciados.Pode ser uma DLL a partir de um projeto de teste contém testes de unidade.

Segurança do .NET Framework

Consulte também

Referência

ITmi Interface

Sobrecargas AddManagedTestStorage

Namespace Microsoft.VisualStudio.TestTools.Common

TestType