ITestResolutionStateHelper Interface
No content here will be updated; please do not add material here.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public interface ITestResolutionStateHelper
public interface class ITestResolutionStateHelper
type ITestResolutionStateHelper = interface end
Public Interface ITestResolutionStateHelper
Methods
Name | Description | |
---|---|---|
Create() | Returns a new resolution state object. |
|
CreateFromFile(String) | Creates a test resolution state object from an XML file. |
|
Export(IEnumerable<ITestResolutionState>, String) | ||
Find(Int32) | Returns a specified test resolution state object. |
|
ImportFromFile(String) | ||
Query() | Returns all test resolution state objects that are defined for the current team project. |
Remarks
No content here will be updated; please do not add material here.
See Also
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top