robot-ya-builder 96458ea3c7 External build system generator release 65 | 11 месяцев назад | |
---|---|---|
.. | ||
ut | bf0f13dd39 add ymake export to ydb | 1 год назад |
CMakeLists.darwin-arm64.txt | ffff7a34e4 add darwin-arm64 CMakeLists | 1 год назад |
CMakeLists.darwin-x86_64.txt | 33ed6077e6 Intermediate changes | 1 год назад |
CMakeLists.linux-aarch64.txt | 9f448c9c67 Intermediate changes | 1 год назад |
CMakeLists.linux-x86_64.txt | 33ed6077e6 Intermediate changes | 1 год назад |
CMakeLists.txt | 96458ea3c7 External build system generator release 65 | 11 месяцев назад |
CMakeLists.windows-x86_64.txt | 6324d075a5 Intermediate changes | 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 год назад |
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.