Information
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)

public interface class ITestFailureTypeHelper

NameDescription
System_CAPS_pubmethodCreate()

Creates a new test failure type.

System_CAPS_pubmethodCreateFromFile(String^)

Creates test failure type objects from an XML file.

System_CAPS_pubmethodExport(IEnumerable<ITestFailureType^>^, String^)

Writes given test failure states to the given xml file.

System_CAPS_pubmethodFind(Int32)

Retrieves a single test failure type from the server.

System_CAPS_pubmethodImportFromFile(String^)

Imports test failure types from an XML file.

System_CAPS_pubmethodQuery()

Returns all test failure types defined for this team project.

Return to top
Show: