Handbook
Glossary
notify-test-failed ( error experiment path line# -- )
Vocabulary
tools
.
test
.
private
Inputs
error
an
object
experiment
an
object
path
an
object
line#
an
object
Outputs
None
Definition
USING:
io
namespaces
sequences
source-files.errors
tools.test
;
IN:
tools.test.private
:
notify-test-failed
( error experiment path line# -- )
"--> test failed!"
print
<test-failure>
test-failures
get
push
notify-error-observers
;