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 | |
---|---|---|
TestElements | Gets the list of test elements in the run. | |
TestRun | Gets a TestRun object. |
Top