Add == and =! operators to Shape class
This enables EXPECT_EQ of two shapes in tests, which is much easier to write debug than EXPECT_TRUE(ShapeUtil::Equal(...)) PiperOrigin-RevId: 232045107
Loading
Please sign in to comment
This enables EXPECT_EQ of two shapes in tests, which is much easier to write debug than EXPECT_TRUE(ShapeUtil::Equal(...)) PiperOrigin-RevId: 232045107