Abseil Team 9fece7d47b Googletest export
Add AllOfArray matcher that verifies a value matches all member of some array/container/list/set/..., e.g:
EXPECT_THAT(1, AnyOfArray({1, 2, 3}))
In the simplest form this is identical to AnyOf(1, 2, 3). But unlike that one it works on containers.

Add AnyOfArray matcher that verifies a value matches any member of some
array/container/list/set/...

PiperOrigin-RevId: 230403653
2019-01-23 13:27:08 -05:00
..
2019-01-08 11:50:56 -05:00
2019-01-17 14:41:08 -05:00
2019-01-08 11:50:56 -05:00
2019-01-14 17:02:03 -05:00
2019-01-17 14:41:08 -05:00