Closed vemv closed 3 years ago
is false is a useful and handy pattern for creating robust tests.
is false
There's also assert false, but test suites aren't guaranteed to run under *assert* true.
assert false
*assert* true
Likewise there's (throw ...) but it's more verbose and arguably less intentful.
(throw ...)
is false
is a useful and handy pattern for creating robust tests.There's also
assert false
, but test suites aren't guaranteed to run under*assert* true
.Likewise there's
(throw ...)
but it's more verbose and arguably less intentful.