aboutsummaryrefslogtreecommitdiffstats
path: root/test/gtest-printers_test.cc
Commit message (Collapse)AuthorAgeFilesLines
* Allows EXPECT_EQ to accept arguments that don't have operator << (by ↵zhanyong.wan2010-07-211-32/+62
| | | | | | | Zhanyong Wan). Allows a user to customize how the universal printer prints a pointer of a specific type by overloading << (by Zhanyong Wan). Works around a bug in Cymbian's C++ compiler (by Vlad Losev).
* Fixes issue 286.vladlosev2010-05-221-3/+2
|
* Moves the universal printer from gmock to gtest and refactors the cmake ↵zhanyong.wan2010-05-101-0/+1163
script for reusing in gmock (by Vlad Losev).