IDataCollectionRunContext Interface

Definition

Interface for an object that encapsulates the current environment for custom diagnostic data adapters.

public interface class IDataCollectionRunContext
public interface IDataCollectionRunContext
type IDataCollectionRunContext = interface
Public Interface IDataCollectionRunContext

Properties

ResultSink

Gets an object that saves the results from a test on the Test Manager server.

RunContextVariables

Gets an object that enables access to each value in the context.

TestRun

Gets a reference to the test run object.

Applies to