test-runner-on-bad-count!

[syntax] test-runner-on-bad-count runner

[syntax] test-runner-on-bad-count! runner function

SRFI-64: gets or sets the callback function for on-bad-count. function is called from test-end (before on-group-end function) if expected-count specified by the corresponding test-begin does not match the actual-count of the actually executed/skipped test cases.

See also test-runner-on-group-end and test-on-bad-count-simple.