[ Version ( since = "0.9.12" ) ]
public void set_tap (string fname)
Set the suite runner to output the result in TAP format to the given file.
TAP file setting is an initialize only operation -- it should be done immediately after SRunner creation, and the TAP 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.
fname |
file name to output TAP results to |
0.9.12