set_xml


Description:

[ Version ( since = "0.9.1" ) ]
public void set_xml (string fname)

Set the suite runner to output the result in XML format to the given file.

Note:

XML file setting is an initialize only operation -- it should be done immediately after SRunner creation, and the XML file can't be changed after being set.

This setting does not conflict with the other log output types; all logging types can occur concurrently if configured.

Parameters:

fname

file name to output XML results to

Since:

0.9.1