You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are extensively using googletest-rust in our Google-internal Android repo. I am wondering whether you could add support for something like unordered_pointwise? I attempted to wrap pointwise with unordered_elements_are, but that appears to expect a literal list of matchers, whereas pointwise returns a single matcher for the entire container.