(unit-test) ( output input -- error/f failed? tested? )


Vocabulary
tools.test.private

Inputs
outputan object
inputan object


Outputs
error/fan object
failed?an object
tested?an object


Definition


:: (unit-test) ( output input -- error/f failed? tested? )
[ { } input with-datastack output assert-sequence= f f ]
[ t ] recover t ;