다음을 통해 공유


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 네임스페이스