aboutsummaryrefslogtreecommitdiffstats
path: root/library/cpp/testing/gtest_extensions/README.md
blob: 5445c7a464aadcd778595f9167d888565103cdb5 (plain) (blame)
1
2
3
4
5
# Extensions for Gtest and Gmock

Extensions that enable better support of util types in gtest and gmock: pretty printers, matchers, some convenience macros.

If you're using `GTEST`, include `library/cpp/testing/gtest/gtest.h` and it will automatically enable these extensions. This is the preferred way to include gtest and gmock as opposed to including gtest, gmock and extensions directly. It eliminates chances of forgetting to include extensions.