Abseil Team fdc59ffd05 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-17 14:41:08 -05:00
2019-01-17 14:41:08 -05:00
2018-10-29 13:46:16 -04:00
2018-11-20 13:29:40 -05:00
2019-01-17 14:41:08 -05:00
2018-12-13 16:00:11 -05:00
2019-01-23 13:27:08 -05:00
2019-01-17 14:41:08 -05:00
2018-08-15 17:15:36 -04:00
2018-12-21 11:30:20 -05:00
2019-01-22 13:12:13 -05:00
2018-12-21 11:30:20 -05:00