Handbook
Glossary
did-not-fail? ( object -- ? )
Vocabulary
tools
.
test
.
private
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
did-not-fail
class.
Definition
USING:
kernel
;
IN:
tools.test.private
:
did-not-fail?
( object -- ? )
\
did-not-fail
eq?
;