DescriptionThis adds adds four macros when compiling using GTEST_OS_MAC:
{ASSERT,EXPECT}_NS{NE,EQ}. These test ObjC objects using |-isEqual:| and
prints failures using the |-description| selector. This allows for better
debugging output with ObjC++ test cases.
BUG=http://code.google.com/p/googletest/issues/detail?id=303
TEST=Covered by unit tests.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=55180
Patch Set 1 #
Total comments: 2
Patch Set 2 : Fix compile #
Total comments: 3
Messages
Total messages: 11 (0 generated)
|