IRunContext 인터페이스
테스트 어댑터에 테스트 실행에 대한 정보를 검색하기 위한 인터페이스를 제공합니다.
네임스페이스: Microsoft.VisualStudio.TestTools.Execution
어셈블리: Microsoft.VisualStudio.QualityTools.ExecutionCommon(Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
구문
‘선언
Public Interface IRunContext _
Inherits IBaseRunContext
public interface IRunContext : IBaseRunContext
public interface class IRunContext : IBaseRunContext
type IRunContext =
interface
interface IBaseRunContext
end
public interface IRunContext extends IBaseRunContext
IRunContext 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
AgentName | 테스트를 실행하고 있는 컴퓨터의 이름을 가져옵니다. | |
ResultSink | 테스트 실행 프레임워크에 테스트 결과를 보내는 데 사용되는 개체를 가져옵니다. (IBaseRunContext에서 상속됨) | |
RunConfig | 테스트 실행에 대한 정보를 가져옵니다. (IBaseRunContext에서 상속됨) | |
RunContextVariables | 실행 컨텍스트 변수를 가져옵니다. | |
TestRunner | 테스트 어댑터에서 하나 이상의 내부 테스트를 실행하는 데 사용되는 인터페이스를 제공합니다. (IBaseRunContext에서 상속됨) |
위쪽
메서드
이름 | 설명 | |
---|---|---|
PauseTestRun | 테스트 실행을 일시 중지하라는 요청을 보냅니다. (IBaseRunContext에서 상속됨) | |
StopTestRun | 테스트 실행을 중지하라는 요청을 보냅니다. (IBaseRunContext에서 상속됨) |
위쪽