Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
public interface ITestSettingsHelper
public interface class ITestSettingsHelper
type ITestSettingsHelper = interface end
Public Interface ITestSettingsHelper
Methods
Name | Description | |
---|---|---|
![]() |
Count(String) | Returns the number of test settings objects on the server that match the given query. |
![]() |
Create() | Returns a new test settings instance. |
![]() |
CreateFromFile(String) | Creates a test settings object from an XML file. |
![]() |
Find(Int32) | Retrieves the specified test settings from the server. |
![]() |
Query(String) | Returns a list of test settings objects that match the given query. |
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.
See Also
ITestSettings
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top