AlexSm 6d3e410c45 Remove CMakeLists from main (#2032) 9 месяцев назад
..
ut bf0f13dd39 add ymake export to ydb 1 год назад
README.md b6f3a80f7c Restoring authorship annotation for <amatanhead@yandex-team.ru>. Commit 2 of 2. 2 лет назад
assertions.cpp b6f3a80f7c Restoring authorship annotation for <amatanhead@yandex-team.ru>. Commit 2 of 2. 2 лет назад
assertions.h b6f3a80f7c Restoring authorship annotation for <amatanhead@yandex-team.ru>. Commit 2 of 2. 2 лет назад
gtest_extensions.cpp b6f3a80f7c Restoring authorship annotation for <amatanhead@yandex-team.ru>. Commit 2 of 2. 2 лет назад
gtest_extensions.h 97ccada563 Restoring authorship annotation for <dancingqueue@yandex-team.ru>. Commit 2 of 2. 2 лет назад
matchers.cpp b6f3a80f7c Restoring authorship annotation for <amatanhead@yandex-team.ru>. Commit 2 of 2. 2 лет назад
matchers.h b6f3a80f7c Restoring authorship annotation for <amatanhead@yandex-team.ru>. Commit 2 of 2. 2 лет назад
pretty_printers.cpp b6f3a80f7c Restoring authorship annotation for <amatanhead@yandex-team.ru>. Commit 2 of 2. 2 лет назад
pretty_printers.h b6f3a80f7c Restoring authorship annotation for <amatanhead@yandex-team.ru>. Commit 2 of 2. 2 лет назад
probe.cpp 2f6ca19824 Restoring authorship annotation for <bulatman@yandex-team.ru>. Commit 2 of 2. 2 лет назад
probe.h 85ad20a00e Restoring authorship annotation for <psushin@yandex-team.ru>. Commit 2 of 2. 2 лет назад
ya.make bf0f13dd39 add ymake export to ydb 1 год назад

README.md

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.