Metodo IBaseAdapter.Run

chiamato per eseguire un test case.

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

Sintassi

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

Parametri

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IBaseAdapter Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TestTools.Execution