robot-ya-builder 96458ea3c7 External build system generator release 65 | 11 months ago | |
---|---|---|
.. | ||
ut | bf0f13dd39 add ymake export to ydb | 1 year ago |
CMakeLists.darwin-arm64.txt | ffff7a34e4 add darwin-arm64 CMakeLists | 1 year ago |
CMakeLists.darwin-x86_64.txt | 33ed6077e6 Intermediate changes | 1 year ago |
CMakeLists.linux-aarch64.txt | 9f448c9c67 Intermediate changes | 1 year ago |
CMakeLists.linux-x86_64.txt | 33ed6077e6 Intermediate changes | 1 year ago |
CMakeLists.txt | 96458ea3c7 External build system generator release 65 | 11 months ago |
CMakeLists.windows-x86_64.txt | 6324d075a5 Intermediate changes | 1 year ago |
README.md | b6f3a80f7c Restoring authorship annotation for <amatanhead@yandex-team.ru>. Commit 2 of 2. | 2 years ago |
assertions.cpp | b6f3a80f7c Restoring authorship annotation for <amatanhead@yandex-team.ru>. Commit 2 of 2. | 2 years ago |
assertions.h | b6f3a80f7c Restoring authorship annotation for <amatanhead@yandex-team.ru>. Commit 2 of 2. | 2 years ago |
gtest_extensions.cpp | b6f3a80f7c Restoring authorship annotation for <amatanhead@yandex-team.ru>. Commit 2 of 2. | 2 years ago |
gtest_extensions.h | 97ccada563 Restoring authorship annotation for <dancingqueue@yandex-team.ru>. Commit 2 of 2. | 2 years ago |
matchers.cpp | b6f3a80f7c Restoring authorship annotation for <amatanhead@yandex-team.ru>. Commit 2 of 2. | 2 years ago |
matchers.h | b6f3a80f7c Restoring authorship annotation for <amatanhead@yandex-team.ru>. Commit 2 of 2. | 2 years ago |
pretty_printers.cpp | b6f3a80f7c Restoring authorship annotation for <amatanhead@yandex-team.ru>. Commit 2 of 2. | 2 years ago |
pretty_printers.h | b6f3a80f7c Restoring authorship annotation for <amatanhead@yandex-team.ru>. Commit 2 of 2. | 2 years ago |
probe.cpp | 2f6ca19824 Restoring authorship annotation for <bulatman@yandex-team.ru>. Commit 2 of 2. | 2 years ago |
probe.h | 85ad20a00e Restoring authorship annotation for <psushin@yandex-team.ru>. Commit 2 of 2. | 2 years ago |
ya.make | bf0f13dd39 add ymake export to ydb | 1 year ago |
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.