- 96eadf6 Minor documentation correction. by Abseil Team · 1 year, 3 months ago
- cde9a74 Fix broken links in primer.md by Derek Mauro · 1 year, 3 months ago
- 9bb354f s/::testing::/testing::/ in test documentation outside of using statements to align with best practice by Abseil Team · 1 year, 5 months ago
- beb552f gmock_cook_book: Document `DoAll`'s return type requirement by Dino Radakovic · 1 year, 6 months ago
- d1467f5 GoogleTest FAQ: minor punctuation fixes by Michael Hirshleifer · 1 year, 6 months ago
- 728ec52 Remove Googletest FAQ entry for obsolete `ProtocolMessageEquals` and `ProtocolMessageEquiv` by Michael Hirshleifer · 1 year, 6 months ago
- f0eae4b changed http to https by sthd · 1 year, 7 months ago
- cb5cd96 Merge pull request #4343 from sthd:http-to-https by Copybara-Service · 1 year, 7 months ago
- c374da1 googletest: Replace http with https in links to docs by Dino Radakovic · 1 year, 7 months ago
- 722daa3 Update advanced.md by Elior Schneider · 1 year, 7 months ago
- 8ca57f1 Changed 2 public links from http to https by sthd · 1 year, 7 months ago
- 5b5ef29 Changed 3 public links from http to https by sthd · 1 year, 7 months ago
- 7e33b6a Specify SetUpTestSuite is required to be public. by Abseil Team · 1 year, 7 months ago
- 6abc9e3 Make references to `#include`s consistent across docs by Dino Radakovic · 1 year, 8 months ago
- c875c4e Adjust includes to use <> instead of "", consistent with quickstart pages. by Abseil Team · 1 year, 8 months ago
- f014396 Fix typo in gmock_cook_book.md by Anton Sosnin · 1 year, 8 months ago
- 251e720 Change `::testing` to `testing` in Testing Reference doc by Abseil Team · 1 year, 9 months ago
- ec4fed9 Update code examples in the gMock Cookbook following C++ best practices. by Abseil Team · 1 year, 9 months ago
- 4fed5f2 cmake: Raise min to 3.6 by Juan Ramos · 1 year, 9 months ago
- 65cfeca internal g3doc documentation change. by Abseil Team · 1 year, 10 months ago
- 06f44bc Copy supported platforms from README onto https://google.github.io/googletest/platforms.html by Dino Radakovic · 1 year, 10 months ago
- 04cf298 Provide example for setting C++ language standard in GoogleTest's Bazel quickstart and readme. by Dino Radakovic · 1 year, 10 months ago
- aa99ce5 Add CXX_STANDARD_REQUIRED to CMake quickstart by Shlomi Nissan · 1 year, 10 months ago
- 922e0b7 Update gMock Cookbook to reflect deprecation of testing::ByMove by Abseil Team · 1 year, 11 months ago
- 0cd05c6 Update naming to "GoogleTest" in the GoogleTest Primer. by Abseil Team · 2 years ago
- e9fb5c7 Replace `const char*` with `absl::string_view` as the latter is preferred. by Abseil Team · 2 years ago
- 3288c4d Revise documentation to include AbslStringify by Phoebe Liang · 2 years ago
- 2d4f208 Merge pull request #4158 from VuPhamVan:main by Copybara-Service · 2 years, 1 month ago
- 555486f Rephrase the description of TEST_F() arguments for clarity. by Abseil Team · 2 years, 1 month ago
- 2ce822a Merge pull request #4143 from iwsfutcmd:patch-1 by Copybara-Service · 2 years, 1 month ago
- 95d8c7a Reformat to current g3doc style guide. No content changes. by Abseil Team · 2 years, 1 month ago
- d0ba3cc Added a missing semicolon for GTEST_FLAG_SET code snippet. by Abseil Team · 2 years, 1 month ago
- 810fb81 Fix typo by Vũ Phạm · 2 years, 1 month ago
- 3d568bd Add support for the alternative base64 encoding in RFC 4648 section 5 to `WhenBase64Unescaped`. by Abseil Team · 2 years, 1 month ago
- 3f9c7fc Update testing.md by Ben Yang · 2 years, 2 months ago
- 4b4c56a Make document and example code more clear in the caveat section for potential memory leak with `SetUpTestSuite`. by Abseil Team · 2 years, 2 months ago
- 643862d Mention `DescribeMatcher` in matchers.md by Abseil Team · 2 years, 2 months ago
- ec25eea Mention using MockFunction as a way to mock free functions. by Abseil Team · 2 years, 2 months ago
- 71140c3 Use a more recent commit of googletest that uses OS constraints from by Abseil Team · 2 years, 3 months ago
- 5ab508a Fix a typo in the documentation for "Using Predicates as Matchers". by Abseil Team · 2 years, 3 months ago
- b3bfebd Comment that q0_ in primer should remain empty by Dino Radakovic · 2 years, 3 months ago
- a4e0be8 Specify a name for a `Property` in a code example. by Abseil Team · 2 years, 3 months ago
- 41fe6be Fix a typo in the gMock sample code for Defining a Custom Matcher Class. by Abseil Team · 2 years, 3 months ago
- e68764c This commit fixes a minor verb conjugation error in gmock_cook_book.md. by Abseil Team · 2 years, 4 months ago
- 834698c Change MakeUnique -> std::make_unique in docs by Denis Hananein · 2 years, 4 months ago
- 66366ce Add documentation for `--gunit_recreate_environments_when_repeating`. by Abseil Team · 2 years, 5 months ago
- 90171d1 Use git commit hash in CMake quickstart by Dino Radakovic · 2 years, 5 months ago
- 03597a0 Clarify that parameter generator does not evaluate immediately by Abseil Team · 2 years, 5 months ago
- 6d71d90 Merge pull request #4037 from KloolK:patch-1 by Copybara-Service · 2 years, 5 months ago
- a41c3d0 Fix table markup in testing.md by Jan · 2 years, 5 months ago
- 9fbb657 Update the POSIX Extended section of the Regular Expression Wikipedia page by Abseil Team · 2 years, 6 months ago
- 8c4dc11 Merge pull request #3967 from BMBurstein:custom_type_combine by Copybara-Service · 2 years, 6 months ago
- 173dd7c Merge branch 'google:main' into custom_type_combine by Baruch · 2 years, 6 months ago
- 05cc575 Update link to Bazel installation guide by John Hinnegan · 2 years, 6 months ago
- 56070d8 Merge branch 'google:main' into custom_type_combine by Baruch · 2 years, 6 months ago
- c29315d Use UnorderedElementsAre in example about using matchers with maps by Abseil Team · 2 years, 6 months ago
- dd969ed Merge branch 'google:main' into custom_type_combine by Baruch · 2 years, 7 months ago
- 6045bf2 Merge pull request #3918 from assafpr:master2main by Copybara-Service · 2 years, 8 months ago
- 3280a93 Custom type with Combine(). Fix for #3781 by Baruch Burstein · 2 years, 8 months ago
- 78aa2ba Merge pull request #3787 from codeinred:fix-quickstart by Copybara-Service · 2 years, 8 months ago
- 96f5142 Remove support for C++11 by Derek Mauro · 2 years, 9 months ago
- df4b8ed Update advanced.md by assafpr · 2 years, 9 months ago
- b59ae84 Update faq.md by assafpr · 2 years, 9 months ago
- 1b772a9 documentation, change mater branch to main by assafpr · 2 years, 9 months ago
- 358a3f6 documentation, change mater branch to main by assafpr · 2 years, 9 months ago
- 8b521aa gmock_cook_book.md: Delete superfluous statement from 2014. by Abseil Team · 2 years, 9 months ago
- b1f84bf Update googletest docs to indicate that RE2 is now used for regexp implementation when building with Bazel and using Abseil. by Abseil Team · 2 years, 10 months ago
- 6cd3823 Clarify that `this->` is needed to access members of type-parameterized tests. by elixir · 2 years, 10 months ago
- cf942a5 Update GoogleTest documentation's spelling of "GoogleTest". by Abseil Team · 2 years, 10 months ago
- 7041051 Clarify the pitfalls of EXPECT_THAT and highlight it's best practices by Abseil Team · 2 years, 10 months ago
- 6386897 gmock-actions: make OnceAction public. by Aaron Jacobs · 2 years, 11 months ago
- 8ded48c Rewrite "Testing a Certain Property of an Object" as "Defining a Custom Matcher Class", and fix the code examples. by Abseil Team · 2 years, 11 months ago
- a1cc8c5 Add support for move-only and &&-qualified actions in WillOnce. by Abseil Team · 3 years ago
- c9044ba Trying to make it more clear: this is probably not about mock classes, but about mocked classes by Abseil Team · 3 years ago
- 7da4a41 Fix quickstart-cmake documentation by Alecto Irene Perez · 3 years ago
- 1754feb Clarify public access on gmock examples. by Abseil Team · 3 years ago
- 8a422b8 Merge pull request #3774 from sobczyk:main by Copybara-Service · 3 years ago
- 132059b Adjust documentation regarding xml and json source file location otput. by Szymon Sobik · 3 years, 1 month ago
- 0e40217 Add a 3-arg overload for ResultOf() matcher that takes a description string for better error messages. by Abseil Team · 3 years, 1 month ago
- 7eae8de Merge pull request #3723 from ramkumar-kr:patch-1 by Copybara-Service · 3 years, 2 months ago
- 4e9fe30 Fix reference to source file in gmock FAQ by Dino Radakovic · 3 years, 2 months ago
- 2d07f12 Fix run-on sentence by Abseil Team · 3 years, 2 months ago
- 0256210 Update example to reflect the tests below by Ram Kumar K R · 3 years, 3 months ago
- d81ae2f Clarify "package" means "Bazel package", and promote `testonly=True` rather than `testing` sub-directory. by Abseil Team · 3 years, 3 months ago
- 9a32aee Merge pull request #3684 from ludgerpaehler:patch-1 by Copybara-Service · 3 years, 3 months ago
- 1b26064 Fix typo in GoogleMock Cookbook. by Abseil Team · 3 years, 4 months ago
- b4d4e6e Fix typo in the queue test. by Ludger Paehler · 3 years, 4 months ago
- 4848324 Update URLs in Bazel Quickstart by Derek Mauro · 3 years, 4 months ago
- 9ca071b Googletest export by Abseil Team · 3 years, 4 months ago
- 79efd96 Googletest export by Abseil Team · 3 years, 4 months ago
- aa486f1 Googletest export by Abseil Team · 3 years, 4 months ago
- d4e084a Googletest export by Abseil Team · 3 years, 4 months ago
- 7cf37a1 Googletest export by Abseil Team · 3 years, 5 months ago
- 178cfac Googletest export by Abseil Team · 3 years, 5 months ago
- ee1be03 Fix remaining typos discovered by codespell by Christian Clauss · 3 years, 6 months ago
- 09074c1 Merge pull request #3573 from cclauss:patch-1 by dinord · 3 years, 6 months ago
- 277e0a0 Remove bazelbuild/rules_cc dependency by Vertexwahn · 3 years, 6 months ago
- 5b43f14 Fix typos discovered by codespell by Christian Clauss · 3 years, 6 months ago
- 6bfab0b Googletest export by Abseil Team · 3 years, 6 months ago
- 955c7f8 Merge pull request #3531 from theidexisted:patch-1 by CJ Johnson · 3 years, 7 months ago