Skip to content
#

header-only

Here are 977 public repositories matching this topic...

horenmar
horenmar commented Nov 25, 2020

They should take single matcher during construction, and their match method should take a generic range, using the new generic matcher support.

Expected usage:

REQUIRE_THAT(get_keys(), AllMatch(KeyPattern({1, 2, 3})));
REQUIRE_THAT(get_numbers(), NoneMatch(IsOdd{}));
REQUIRE_THAT(get_strings(), AnyMatch(Contains("webscale") && !Contains("MongoDB")));

the matching semantics

Improve this page

Add a description, image, and links to the header-only topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the header-only topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.