[ Version ( since = "0.6.0" ) ]
public void run_all (PrintOutput print_mode = NORMAL)
Runs a suite runner and all contained suite, printing results to stdout as specified by the print_mode.
In addition to running all suites, if the suite runner has been configured to output to a log, that is also performed.
Note that if the CK_RUN_CASE and/or CK_RUN_SUITE environment variables are defined, then only the named suite and/or test case is run.
print_mode |
the verbosity in which to report results to stdout |
0.6.0