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.
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)
Syntax
void Export(
IEnumerable<ITestFailureType> testFailureTypes,
string fileName
)
void Export(
IEnumerable<ITestFailureType^>^ testFailureTypes,
String^ fileName
)
abstract Export :
testFailureTypes:IEnumerable<ITestFailureType> *
fileName:string -> unit
Sub Export (
testFailureTypes As IEnumerable(Of ITestFailureType),
fileName As String
)
Parameters
testFailureTypes
Type: System.Collections.Generic.IEnumerable<ITestFailureType>Test failure states to be written in the file
- fileName
Type: System.String
See Also
ITestFailureTypeHelper Interface
Microsoft.TeamFoundation.TestManagement.Client Namespace
Return to top