The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ITestContext Interface
A context interface definition for a test context that is passed to a method during the test run process.
Assembly: Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)
| Name | Description | |
|---|---|---|
![]() | Properties | Gets the properties for this test context. |
![]() | ResultSink | Gets the result sink for this test context, which contains the pass or fail result of the test. |
![]() | RunContextVariables | Gets the run context variables. |
![]() | TestContextVariables | Gets the test context variables. |
Show:
