ILoadTestAdapter.LoadRun Method

Thread-safe Run method.

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

Syntax

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

Parameters

Remarks

If a test adapter implements this method, it must be thread safe.

.NET Framework Security

See Also

Reference

ILoadTestAdapter Interface

Microsoft.VisualStudio.TestTools.TestAdapter Namespace