The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
XmlTestWriter::Write Method (String^, array<Object^>^)
Serializes each provided test object and writes the resulting XML to the specified XML file.
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Parameters
- destination
-
Type:
System::String^
The name of the file to write to.
- tests
-
Type:
array<System::Object^>^
An array of test objects.
Show: