IDataCollectionRunContext Interface

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

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

Syntax

'Declaration
Public Interface IDataCollectionRunContext
public interface IDataCollectionRunContext
public interface class IDataCollectionRunContext
type IDataCollectionRunContext =  interface end
public interface IDataCollectionRunContext

The IDataCollectionRunContext type exposes the following members.

Properties

  Name Description
Public property ResultSink Gets an object that saves the results from a test on the Test Manager server.
Public property RunContextVariables Gets an object that enables access to each value in the context.
Public property TestRun Gets a reference to the test run object.

Top

See Also

Reference

Microsoft.VisualStudio.TestTools.Execution Namespace