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