Package: lisp-unit
Function show-summary
Lambda List
show-summary (name test-count pass-count &optional error-count)
Arguments
Details
The default test listener which prints the summaries at both the test and package level.
name ist a test or a package just finished. The other arguments test-count, pass-count, and error-count count the number of assertions evaluated, the tests that passed, and the errors that occured respectively
name ist a test or a package just finished. The other arguments test-count, pass-count, and error-count count the number of assertions evaluated, the tests that passed, and the errors that occured respectively