XmlTestWriter 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 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[], Formatting) |
Serializes each provided test object and writes the resulting XML to the specified XML file by using the specified XML formatting. |
Write(String, Object[]) |
Serializes each provided test object and writes the resulting XML to the specified XML file. |