XmlTestReader Class
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.
Provides XML reading functionality in Visual Studio Test Professional.
public ref class XmlTestReader
public class XmlTestReader
type XmlTestReader = class
Public Class XmlTestReader
- Inheritance
-
XmlTestReader
Constructors
XmlTestReader() |
Initializes a new instance of the XmlTestReader class. |
Properties
WriteVerboseTraceInfo |
Methods
Read(String) |
Reads the specified XML file and returns an array of test objects. |
ReadTestRunSummary(String) |
Reads the summary section of the test run in the specified XML file and returns a TestRun object. |