[Top]
Tools
Tools.Testsuite
|
Method Tools.Testsuite.report_result()
- Method
report_result
void report_result(int succeeded, int failed, void|int skipped)
- Description
Use this to report the number of successful, failed, and skipped
tests in a script started using run_script . Can be called
multiple times - the counts are accumulated.
|