ITestContext 인터페이스
테스트 실행 프로세스 중에 메서드에 전달되는 테스트 컨텍스트에 대한 컨텍스트 인터페이스 정의입니다.
네임스페이스: Microsoft.VisualStudio.TestTools.Execution
어셈블리: Microsoft.VisualStudio.QualityTools.ExecutionCommon(Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
구문
‘선언
Public Interface ITestContext
public interface ITestContext
public interface class ITestContext
type ITestContext = interface end
public interface ITestContext
ITestContext 형식에서는 다음과 같은 멤버를 노출합니다.
속성
이름 | 설명 | |
---|---|---|
Properties | 이 테스트 컨텍스트의 속성을 가져옵니다. | |
ResultSink | 이 테스트 컨텍스트에 대한 결과 싱크를 가져옵니다. 여기에는 테스트 통과 또는 실패 결과가 포함됩니다. | |
RunContextVariables | 실행 컨텍스트 변수를 가져옵니다. | |
TestContextVariables | 테스트 컨텍스트 변수를 가져옵니다. |
위쪽