Closed horkhe closed 11 years ago
A catch expression was not properly parenthesized, as a result the return value of hamcrest:match/2 in case of not-match was not false but something like:
catch
hamcrest:match/2
false
{'EXIT', {{assertion_failed, [{expected,1000},{actual,1001},{matcher,equal_to}]}, [{hamcrest,assert_that,2,[{...}|...]}, ...
A
catch
expression was not properly parenthesized, as a result the return value ofhamcrest:match/2
in case of not-match was notfalse
but something like: