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.

ITestResolutionStateHelper::CreateFromFile Method (String^)

 

Creates a test resolution state object from an XML file.

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

IEnumerable<ITestResolutionState^>^ CreateFromFile(
	String^ fileName
)

Parameters

fileName
Type: System::String^

The path and file name of the XML file that contains a persisted test resolution state object.

Return Value

Type: System.Collections.Generic::IEnumerable<ITestResolutionState^>^

A test resolution state object.

Exception Condition
XmlSchemaValidationException

The provided XML file failed the schema validation.

TestManagementValidationException

The instantiated test resolution state object failed validation.

Return to top
Show: