test-apply[syntax] test-apply [runner] specifier ... thunk
SRFI-64: calls thunk using runner as the current test runner.
If runner is not specified, (test-runner-current) is used. (If there is no current test runner,
one is newly created as in test-begin.) If one or more specifier are supplied,
only tests matching any of specifier (and not matching current test-skip specifiers) are executed.
|