The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ITestFailureTypeHelper Interface
Namespace:
Microsoft.TeamFoundation.TestManagement.Client
Assembly: Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)
| 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. |
Show:
