Copyright © 2010 Tim Watson.
Authors: Tim Watson (watson.timothy@gmail.com).
References
container_t() = list() | hc_set() | hc_gb_set()
matchfun(A) = fun((A) -> boolean())
all_of(Matchers::[matchfun(term())]) -> hamcrest:matchspec()
all_of(Matchers::[hamcrest:matchspec()]) -> hamcrest:matchspec()
any_of(Matchers::[matchfun(term())]) -> hamcrest:matchspec()
any_of(Matchers::[hamcrest:matchspec()]) -> hamcrest:matchspec()
anything() -> hamcrest:matchspec()
check_isempty(X) -> any()
check_member(Container, E) -> any()
contains_member(E::term()) -> hamcrest:matchspec()
contains_string(X::string()) -> hamcrest:matchspec()
ends_with(X::string()) -> hamcrest:matchspec()
equal_to(Y::term()) -> hamcrest:matchspec()
exactly_equal_to(X::term()) -> hamcrest:matchspec()
foreach(M::hamcrest:matchspec()) -> hamcrest:matchspec()
greater_than(X::number()) -> hamcrest:matchspec()
greater_than_or_equal_to(X::number()) -> hamcrest:matchspec()
has_length(Size::number()) -> hamcrest:matchspec()
has_same_contents_as(Container::container_t()) -> hamcrest:matchspec()
is(Matcher::matchfun(term())) -> hamcrest:matchspec()
is(Matcher::hamcrest:matchspec()) -> hamcrest:matchspec()
is(Matcher::any()) -> hamcrest:matchspec()
is_false() -> hamcrest:matchspec()
is_not(MatchSpec::matchfun(term())) -> hamcrest:matchspec()
is_not(MatchSpec::hamcrest:matchspec()) -> hamcrest:matchspec()
is_not(MatchSpec::term()) -> hamcrest:matchspec()
is_true() -> hamcrest:matchspec()
isalive() -> hamcrest:matchspec()
isdead() -> hamcrest:matchspec()
isempty() -> hamcrest:matchspec()
less_than(X::number()) -> hamcrest:matchspec()
less_than_or_equal_to(X::number()) -> hamcrest:matchspec()
match_mfa(Mod::module(), Func::atom(), Args::[term()]) -> hamcrest:matchspec()
match_mfa(Mod::module(), Func::atom(), Args::[term()], Desc::term()) -> hamcrest:matchspec()
matches_regex(Rx::string()) -> hamcrest:matchspec()
reverse_match_mfa(Mod::module(), Func::atom(), Args::[term()]) -> hamcrest:matchspec()
reverse_match_mfa(Mod::module(), Func::atom(), Args::[term()], Desc::term()) -> hamcrest:matchspec()
starts_with(X::string()) -> hamcrest:matchspec()
will_fail() -> hamcrest:matchspec()
will_fail(Type::atom(), Reason::term()) -> hamcrest:matchspec()
Generated by EDoc