chickadee » srfi-78 » check-passed?

check-passed? expected-total-countprocedure

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

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