IExecutionRunConfiguration Interface

Interface for test run information.

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

Syntax

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

The IExecutionRunConfiguration type exposes the following members.

Properties

  Name Description
Public property TestElements Gets the list of test elements in the run.
Public property TestRun Gets a TestRun object.

Top

See Also

Reference

Microsoft.VisualStudio.TestTools.Execution Namespace