ITestSettingsHelper Interface
Provides helper properties and methods for test settings objects in Visual Studio Test Professional.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface ITestSettingsHelper
public interface ITestSettingsHelper
public interface class ITestSettingsHelper
type ITestSettingsHelper = interface end
public interface ITestSettingsHelper
The ITestSettingsHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
Count | Returns the number of test settings objects on the server that match the given query. | |
Create | Returns a new test settings instance. | |
CreateFromFile | Creates a test settings object from an XML file. | |
Find | Retrieves the specified test settings from the server. | |
Query | Returns a list of test settings objects that match the given query. |
Top
Remarks
This interface supports the object model for Test Case management (TCM) in Visual Studio. This interface is not intended for you to implement in a custom class. But you can use this interface in a custom class if a TCM object returns an internal implementation.