run


Description:

[ Version ( since = "0.9.9" ) ]
public void run (string? sname = null, string? tcname = null, PrintOutput print_mode = NORMAL)

Run a specific suite or test case from a suite runner, printing results to stdout as specified by the print_mode.

In addition to running any applicable suites or test cases, if the suite runner has been configured to output to a log, that is also performed.

Parameters:

sname

suite name to run. A NULL means "any suite".

tcname

test case name to run. A NULL means "any test case"

print_mode

the verbosity in which to report results to stdout

Since:

0.9.9