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
This is blocked on google/googletest#1761 - opening this issue to remind us to use it if/when that gets resolved.
While discussing a PR today, we had a potential need for IgnoringRepeatedFieldOrdering, and there are a number of nice features in there we could use, plus we can delete our own IsProtoEqual, etc.
This is blocked on google/googletest#1761 - opening this issue to remind us to use it if/when that gets resolved.
While discussing a PR today, we had a potential need for
IgnoringRepeatedFieldOrdering
, and there are a number of nice features in there we could use, plus we can delete our ownIsProtoEqual
, etc.At least one project has already externalized this; we could also just copy that to our tree. see https://github.com/google/nucleus/blob/master/nucleus/testing/protocol-buffer-matchers.h (and .cc)
The text was updated successfully, but these errors were encountered: