ITestContext Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A context interface definition for a test context that is passed to a method during the test run process.
public interface class ITestContext
public interface ITestContext
type ITestContext = interface
Public Interface ITestContext
Properties
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. |