schemeunit doc tweaks

svn: r14269
This commit is contained in:
Matthew Flatt 2009-03-25 12:59:33 +00:00
parent def73634ee
commit 7aaa0ae48a
2 changed files with 4 additions and 2 deletions

View File

@ -164,7 +164,9 @@ misspelling errors:
@defproc*[([(make-check-name (name string?)) check-info?] @defproc*[([(make-check-name (name string?)) check-info?]
[(make-check-params (params (listof any))) check-info?] [(make-check-params (params (listof any))) check-info?]
[(make-check-location (loc (list any (or/c number? #f) (or/c number? #f) (or/c number? #f) (or/c number? #f)))) check-info?] [(make-check-location (loc (list/c any (or/c number? #f) (or/c number? #f)
(or/c number? #f) (or/c number? #f))))
check-info?]
[(make-check-expression (msg any)) check-info?] [(make-check-expression (msg any)) check-info?]
[(make-check-message (msg string?)) check-info?] [(make-check-message (msg string?)) check-info?]
[(make-check-actual (param any)) check-info?] [(make-check-actual (param any)) check-info?]

View File

@ -109,7 +109,7 @@ likely due to the influence of the SUnit testing framework,
which is the ancestor of SchemeUnit and the most widely used which is the ancestor of SchemeUnit and the most widely used
frameworks in Java, .Net, Python, and Ruby, and many other frameworks in Java, .Net, Python, and Ruby, and many other
languages. That this is insufficient for all users is languages. That this is insufficient for all users is
apparent if one considers the proliferation of "simpler" apparent if one considers the proliferation of ``simpler''
testing frameworks in Scheme such as SRFI-78, or the the testing frameworks in Scheme such as SRFI-78, or the the
practice of beginner programmers. Unfortunately these practice of beginner programmers. Unfortunately these
simpler methods are inadequate for testing larger simpler methods are inadequate for testing larger