Handbook
Glossary
(unit-test-v~) ( output input -- error/f failed? tested? )
Vocabulary
tools
.
test
.
private
Inputs
output
an
object
input
an
object
Outputs
error/f
an
object
failed?
an
object
tested?
an
object
Definition
USING:
math.vectors
;
IN:
tools.test.private
:
(unit-test-v~)
( output input -- error/f failed? tested? )
[
v~
]
(unit-test-comparator)
;