Information
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.

Namespace:   Microsoft.VisualStudio.TestTools.Execution
Assembly:  Microsoft.VisualStudio.QualityTools.ExecutionCommon (in Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

public interface class ITestContext

NameDescription
System_CAPS_pubpropertyProperties

Gets the properties for this test context.

System_CAPS_pubpropertyResultSink

Gets the result sink for this test context, which contains the pass or fail result of the test.

System_CAPS_pubpropertyRunContextVariables

Gets the run context variables.

System_CAPS_pubpropertyTestContextVariables

Gets the test context variables.

Return to top
Show: