mirror of
https://github.com/google/googletest.git
synced 2025-11-30 08:07:27 -05:00
Add a matcher `testing::ReturnRoundRobin` which, on each call, returns the next element in the sequence, restarting at the beginning once it has reached the end. PiperOrigin-RevId: 276312136