IRunSettings Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Represents an interface that can be added to a test settings object to require an additional property in derived classes.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface IRunSettings
public interface IRunSettings
public interface class IRunSettings
type IRunSettings = interface end
public interface IRunSettings
The IRunSettings type exposes the following members.
Properties
Name | Description | |
---|---|---|
TestCaseQuery | Gets or sets the query that specifies which test cases become part of the test run. |
Top