XmlTestReader Class

Definition

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.

Applies to