Microsoft.VisualStudio.TestTools.Common.Xml Namespace

The Microsoft.VisualStudio.TestTools.Common.Xml namespace provides classes and interfaces that enable management and incorporation of XML files in your tests. This namespace includes the IXmlTestStore and IXmlTestStoreCustom classes, which can be used to create XML data stores that use custom persistence methods. This namespace also includes the XmlTestStoreParameters class, which provides a flexible and practical way to work with test parameters.

Classes

  Class Description
Public class XmlTestStoreParameters Class to contain optional parameters to the persistence process. A class that implements IPersistable can use the parameter values to define its load and save behavior.

Interfaces

  Interface Description
Public interface IXmlTestStore Provides a mechanism for custom persistence logic.
Public interface IXmlTestStoreCustom Provides a mechanism for customizing XmlStore persistence.