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


ILoadTestAdapter.LoadRun - метод

Потокобезопасный метод Run.

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

Синтаксис

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

Параметры

Заметки

Если адаптер теста реализует этот метод, он должен быть потокобезопасным.

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

См. также

Ссылки

ILoadTestAdapter Интерфейс

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