ITestContext Interface

Definition

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.

Applies to