Sdílet prostřednictvím


IBaseAdapter.Run – metoda

Nazývá se spustit zkušební případ.

Obor názvů:  Microsoft.VisualStudio.TestTools.Execution
Sestavení:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (v Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntaxe

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

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IBaseAdapter Rozhraní

Microsoft.VisualStudio.TestTools.Execution – obor názvů