Handbook
Glossary
test-failure? ( object -- ? )
Vocabulary
tools
.
test
Inputs and outputs
object
an
object
?
a
boolean
Word description
Tests if the object is an instance of the
test-failure
class.
Definition
USING:
classes.tuple.private
;
IN:
tools.test
:
test-failure?
( object -- ? )
\
test-failure
9
tuple-instance?
;