ITestFailureTypeHelper Interface
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
public interface ITestFailureTypeHelper
public interface class ITestFailureTypeHelper
type ITestFailureTypeHelper = interface end
Public Interface ITestFailureTypeHelper
Methods
Name | Description | |
---|---|---|
![]() |
Create() | Creates a new test failure type. |
![]() |
CreateFromFile(String) | Creates test failure type objects from an XML file. |
![]() |
Export(IEnumerable<ITestFailureType>, String) | Writes given test failure states to the given xml file. |
![]() |
Find(Int32) | Retrieves a single test failure type from the server. |
![]() |
ImportFromFile(String) | Imports test failure types from an XML file. |
![]() |
Query() | Returns all test failure types defined for this team project. |
See Also
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top