chickadee » srfi-78 » check-passed?

check-passed? expected-total-countprocedure

Returns #t if there were no failed checks and expected-total-count correct checks, and #f otherwise.

Rationale: This procedure can be used in automated tests by terminating a test program with the statement (exit (if (check-passed? n) 0 1)).