IBaseAdapter 인터페이스
사용자 지정 테스트 어댑터의 기본으로 사용할 인터페이스를 제공합니다.
네임스페이스: Microsoft.VisualStudio.TestTools.Execution
어셈블리: Microsoft.VisualStudio.QualityTools.ExecutionCommon(Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
구문
‘선언
Public Interface IBaseAdapter
public interface IBaseAdapter
public interface class IBaseAdapter
type IBaseAdapter = interface end
public interface IBaseAdapter
IBaseAdapter 형식에서는 다음과 같은 멤버를 노출합니다.
메서드
이름 | 설명 | |
---|---|---|
AbortTestRun | 테스트 실행 중 내부 오류가 발생할 때 호출됩니다.이 메서드는 StopTestRun 메서드와 비슷하게 동작해야 합니다. | |
Cleanup | 테스트 실행이 완료되면 호출됩니다. | |
PauseTestRun | 사용자가 테스트 실행 일시 중지를 요청할 때 호출됩니다. | |
ResumeTestRun | 사용자가 테스트 실행 다시 시작을 요청할 때 호출됩니다. | |
Run | 테스트 사례를 실행할 때 호출됩니다. | |
StopTestRun | 사용자가 테스트 실행 중지를 요청할 때 호출됩니다. |
위쪽
참고 항목
참조
Microsoft.VisualStudio.TestTools.Execution 네임스페이스
IDataCollector