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::Export Method (IEnumerable<ITestFailureType^>^, String^)

 

Writes given test failure states to the given xml file.

Namespace:   Microsoft.TeamFoundation.TestManagement.Client
Assembly:  Microsoft.TeamFoundation.TestManagement.Client (in Microsoft.TeamFoundation.TestManagement.Client.dll)

void Export(
	IEnumerable<ITestFailureType^>^ testFailureTypes,
	String^ fileName
)

Parameters

testFailureTypes
Type: System.Collections.Generic::IEnumerable<ITestFailureType^>^

Test failure states to be written in the file

fileName
Type: System::String^

Return to top
Show: