We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Matchers can be used:
expect::arg<n>
expect::args<ns...>
expect::all_args
Generic Matchers:
matcher::PredicateMatcher
matcher::InvertiblePolicy
matcher::ConjunctionPolicy
matcher::DisjunctionPolicy
matches::_
matches::eq
matches::ne
matches::lt
matches::le
matches::gt
matches::ge
matches::NaN
matches::approx_abs
matches::approx_rel
matches::instance
matches::predicate
matches::str::eq
matches::str::starts_with
matches::str::ends_with
matches::str::contains
matches::str::regex
matches::range::eq
matches::range::unordered_eq
matches::range::is_sorted
matches::range::is_empty
matches::range::has_size
matches::range::each_element
matches::range::any_element
The text was updated successfully, but these errors were encountered:
matches::range::(each|any)_element
Successfully merging a pull request may close this issue.
Matchers can be used:
expect::arg<n>
expect::args<ns...>
expect::all_args
Generic Matchers:
matcher::PredicateMatcher
matcher::InvertiblePolicy
matcher::ConjunctionPolicy
matcher::DisjunctionPolicy
Basic Matchers
matches::_
matches::eq
matches::ne
matches::lt
matches::le
matches::gt
matches::ge
matches::NaN
matches::approx_abs
matches::approx_rel
matches::instance
matches::predicate
String Matchers
matches::str::eq
matches::str::starts_with
matches::str::ends_with
matches::str::contains
matches::str::regex
Range matchers
matches::range::eq
matches::range::unordered_eq
matches::range::is_sorted
matches::range::is_empty
matches::range::has_size
matches::range::each_element
matches::range::any_element
The text was updated successfully, but these errors were encountered: