Поделиться через


IBaseAdapter.Run - метод

Вызывается для выполнения тестового случая.

Пространство имен:  Microsoft.VisualStudio.TestTools.Execution
Сборка:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (в Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Синтаксис

'Декларация
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
)

Параметры

Безопасность платформы .NET Framework

См. также

Ссылки

IBaseAdapter Интерфейс

Microsoft.VisualStudio.TestTools.Execution - пространство имен