-
Type:
Improvement
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Internal Code
-
Server Programmability
-
3
-
None
-
None
-
None
-
None
-
None
-
None
-
None
All the other macros, in unittest.h, can be annotated with <<.
e.g.
ASSERT_EQ(x,y) << "x and y should be equal because...";
But the ASSERT_BSONOBJ_EQ etc return void and break this convention.