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.
Namespace: Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
Syntax
'Declaration
Public Interface ITestFailureTypeHelper
public interface ITestFailureTypeHelper
public interface class ITestFailureTypeHelper
type ITestFailureTypeHelper = interface end
public interface ITestFailureTypeHelper
The ITestFailureTypeHelper type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Create | Creates a new test failure type. |
![]() |
CreateFromFile | Creates test failure type objects from an XML file. |
![]() |
Export | Writes given test failure states to the given xml file. |
![]() |
Find | Retrieves a single test failure type from the server. |
![]() |
ImportFromFile | Imports test failure types from an XML file. |
![]() |
Query | Returns all test failure types defined for this team project. |
Top