Compartilhar via


Método ILoadTestAdapter.LoadRun

Método de execução do thread-safe.

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

Sintaxe

'Declaração
Sub LoadRun ( _
    testElement As ITestElement, _
    testContext As ITestContext _
)
void LoadRun(
    ITestElement testElement,
    ITestContext testContext
)
void LoadRun(
    ITestElement^ testElement, 
    ITestContext^ testContext
)
abstract LoadRun : 
        testElement:ITestElement * 
        testContext:ITestContext -> unit 
function LoadRun(
    testElement : ITestElement, 
    testContext : ITestContext
)

Parâmetros

Comentários

Se um adaptador de teste implementa esse método, ele deve ser thread-safe.

Segurança do .NET Framework

Consulte também

Referência

ILoadTestAdapter Interface

Namespace Microsoft.VisualStudio.TestTools.TestAdapter