Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
A common pattern in tests is ASSERT_TRUE(schm->Equals(*other). The addition of overloaded equality operators will allow this o be written ASSERT_EQ(*schm, *other), which is more idiomatic GTEST usage and will allow more informative assertion failure messages.
Attachments
Issue Links
- links to