ddavis2speedray / googletest

Automatically exported from code.google.com/p/googletest
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

use the gmock printer for EXPECT_EQ, etc #263

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Assertions like EXPECT_EQ() require the arguments to have a << operator. 
EXPECT_THAT() doesn't have this requirement as it uses the gmock printer
which can print anything.

We should switch EXPECT_EQ() etc to use the gmock printer.

Original issue reported on code.google.com by w...@google.com on 16 Mar 2010 at 8:20

GoogleCodeExporter commented 9 years ago

Original comment by w...@google.com on 22 Jul 2010 at 4:48