Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
---|---|---|
![]() |
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 | |
---|---|---|
![]() |
IXmlTestStore | Provides a mechanism for custom persistence logic. |
![]() |
IXmlTestStoreCustom | Provides a mechanism for customizing XmlStore persistence. |