79791988

Date: 2025-10-16 09:48:46
Score: 1
Natty:
Report link

Another approach is to use ContainerEq from container matches:

ASSERT_THAT(v1, ::testing::ContainerEq(v2));
Reasons:
  • Probably link only (1):
  • Low length (1.5):
  • Has code block (-0.5):
  • High reputation (-1):
Posted by: Andrey Starodubtsev