XmlTestWriter Class

Definition

Provides XML writing functionality in Visual Studio Test Professional.

public ref class XmlTestWriter
public class XmlTestWriter
type XmlTestWriter = class
Public Class XmlTestWriter
Inheritance
XmlTestWriter

Constructors

XmlTestWriter()

Initializes a new instance of the XmlTestWriter class.

Methods

Write(String, Object[])

Serializes each provided test object and writes the resulting XML to the specified XML file.

Write(String, Object[], Formatting)

Serializes each provided test object and writes the resulting XML to the specified XML file by using the specified XML formatting.

Applies to