XmlTestReader.ReadTestRunSummary(String) Method

Definition

Reads the summary section of the test run in the specified XML file and returns a TestRun object.

public:
 Microsoft::VisualStudio::TestTools::Common::TestRun ^ ReadTestRunSummary(System::String ^ location);
public Microsoft.VisualStudio.TestTools.Common.TestRun ReadTestRunSummary (string location);
member this.ReadTestRunSummary : string -> Microsoft.VisualStudio.TestTools.Common.TestRun
Public Function ReadTestRunSummary (location As String) As TestRun

Parameters

location
String

The name of the file to read.

Returns

A test run object.

Applies to