Open
Bug 1893599
Opened 1 year ago
Centralize gtest printers
Categories
(Testing :: GTest, task, P2)
Testing
GTest
Tracking
(Not tracked)
NEW
People
(Reporter: pehrsons, Assigned: pehrsons)
Details
In gtests, custom types can be printed through operator<<. There are some handy ones scattered throughout the tree, but ideally they would be gathered in a central place. We have testing/gtest/mozilla/gtest-custom/gtest-printers.h for this, but it's empty. This bug is for gathering some common printers, both existing and new, into that file.
You need to log in
before you can comment on or make changes to this bug.
Description
•