Condividi tramite


Metodo ILoadTestAdapter.LoadRun

Metodo execute thread-safe.

Spazio dei nomi:  Microsoft.VisualStudio.TestTools.TestAdapter
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Sintassi

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

Parametri

Note

se un adattatore di test implementa questo metodo, deve essere thread-safe.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ILoadTestAdapter Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TestTools.TestAdapter