ITestFailureTypeHelper.Export Method

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

'Declaration
Sub Export ( _
    testFailureTypes As IEnumerable(Of ITestFailureType), _
    fileName As String _
)
void Export(
    IEnumerable<ITestFailureType> testFailureTypes,
    string fileName
)
void Export(
    IEnumerable<ITestFailureType^>^ testFailureTypes, 
    String^ fileName
)
abstract Export : 
        testFailureTypes:IEnumerable<ITestFailureType> * 
        fileName:string -> unit
function Export(
    testFailureTypes : IEnumerable<ITestFailureType>, 
    fileName : String
)

Parameters

  • testFailureTypes
    Type: IEnumerable<ITestFailureType>

    Test failure states to be written in the file

  • fileName
    Type: String

.NET Framework Security

See Also

Reference

ITestFailureTypeHelper Interface

Microsoft.TeamFoundation.TestManagement.Client Namespace