1 Introduction
2 Running Delirium
3 Browser API
4 Miscellaneous procedures
On this page:
test/ text-ui/ pause-on-fail
schemeunit-test?
Version: 4.0.1

 

4 Miscellaneous procedures

(test/text-ui/pause-on-fail test)  integer?

  test : schemeunit-test?

Version of Schemeunit.plt’s test/text-ui procedure that pauses after each failed test and asks you if you wish to continue running tests. This is useful as it allows you to inspect the state of the web page at the point of failure to see what went wrong.

(schemeunit-test? test)  boolean

  test : any

Predicate that returns #t if test is either a SchemeUnit test suite or test case, and #f otherwise.