@@ -51,13 +51,13 @@ <h2>Rationale</h2>
51
51
possible to write a portable basic implementation.</ p >
52
52
< p >
53
53
There are other testing frameworks written in Scheme, including
54
- < a href ="http ://schematics.sourceforge.net/schemeunit.html " > SchemeUnit </ a > .
55
- However SchemeUnit is not portable.
54
+ < a href ="https ://docs.racket-lang.org/rackunit/ " > RackUnit </ a > .
55
+ However RackUnit is not portable.
56
56
It is also a bit on the verbose side.
57
- It would be useful to have a bridge between this framework and SchemeUnit
58
- so SchemeUnit tests could run under this framework and vice versa.
57
+ It would be useful to have a bridge between this framework and RackUnit
58
+ so RackUnit tests could run under this framework and vice versa.
59
59
There exists also at least one Scheme wrapper providing a Scheme interface
60
- to the < q > standard</ q > < a href ="http ://www.junit.org/ "> JUnit</ a > API for Java.
60
+ to the < q > standard</ q > < a href ="https ://www.junit.org/ "> JUnit</ a > API for Java.
61
61
It would be useful to have a bridge so that tests written using this
62
62
framework can run under a JUnit runner.
63
63
Neither of these features are part of this specification.</ p >
@@ -536,7 +536,7 @@ <h4>Running specific tests with a specified runner</h4>
536
536
< code > test-apply</ code > < em > and</ em > does not match any
537
537
active < code > test-skip</ code > specifiers.</ p >
538
538
< p >
539
- < code > (< b > test-with-runner</ b > < var > runner</ var > < var > decl-or-expr</ var > ...)</ code > < br />
539
+ < code > (< b > test-with-runner</ b > < var > runner</ var > < var > decl-or-expr</ var > ...)</ code > < br />
540
540
Executes each < var > decl-or-expr</ var > in order in a context
541
541
where the current test-runner is < var > runner</ var > .</ p >
542
542
0 commit comments