IBaseAdapter.Run Method

Called to execute a test case.

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

Syntax

'Declaration
Sub Run ( _
    testElement As ITestElement, _
    testContext As ITestContext _
)
void Run(
    ITestElement testElement,
    ITestContext testContext
)
void Run(
    ITestElement^ testElement, 
    ITestContext^ testContext
)
abstract Run : 
        testElement:ITestElement * 
        testContext:ITestContext -> unit 
function Run(
    testElement : ITestElement, 
    testContext : ITestContext
)

Parameters

.NET Framework Security

See Also

Reference

IBaseAdapter Interface

Microsoft.VisualStudio.TestTools.Execution Namespace