Copyright © 2010 Tim Watson.
Authors: Tim Watson (watson.timothy@gmail.com).
References
abstract datatype: matchspec()
| assert_that/2 | |
| assert_that/3 | |
| check/2 | |
| describe/2 | |
| heckle/2 | |
| is_matcher/1 | Returns true if the specified term is a valid hamcrest matcher,
otherwise false. |
| match/2 | |
| match/3 |
assert_that(Value::term(), MatchSpec::matchspec()) -> true | no_return()
assert_that(Value::term(), MatchSpec::matchspec(), RunAfter::fun(() -> any())) -> true | no_return()
check(Value::term(), MatchSpec::matchspec()) -> true | {assertion_failed, term()}
describe(Ms, Actual) -> any()
heckle(MatchSpec::matchspec(), Actual::any()) -> any()
is_matcher(Something::any()) -> boolean()
Returns true if the specified term is a valid hamcrest matcher,
otherwise false.
match(Value::term(), MatchSpec::matchspec()) -> boolean()
match(Value::term(), MatchSpec::matchspec(), RunAfter::fun(() -> any())) -> boolean()
Generated by EDoc