XmlTestReader.ReadTestRunSummary(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.