199 Commits (e0d5dba13252abbf37e24f530f2e9e70a39dff14)

Author SHA1 Message Date
Abseil Team e4ece4881d Enable safe matcher casts from `Matcher<const T&>` to `Matcher<T>`. 4 months ago
Abseil Team 504ea69cf7 Document unexpected interaction with death test error code and gmock. 4 months ago
Abseil Team f3c355f9dd the public version already has the const qualifier 5 months ago
Abseil Team 79219e26e0 Update the links to ISTQB glossary. 5 months ago
Abseil Team 1204d63444 Remove mention of using `ASSERT_...` statements inside custom matcher definitions. 6 months ago
Peter Boström 5ed2186395 Use FAIL() in GTEST_SKIP() documentation 7 months ago
Abseil Team 62df7bdbc1 This change adjusts how `ASSERT_NEAR` and `EXPECT_NEAR` treats infinity, such that `ASSERT_NEAR(inf, inf, 0)` passes. This makes the behavior more consistent with `ASSERT_EQ(inf, inf)` which succeeds. 7 months ago
Derek Mauro ff233bdd4c Update main to point to 1.15.2 patch release 10 months ago
Derek Mauro 9ff2450a56 Update GoogleTest Bazel quickstart for Bzlmod 10 months ago
Derek Mauro 3ef16ef8b3 Fix the documentation that erroneously says you can use short versions 10 months ago
Abseil Team a7f443b80b Mention the optional third argument to TYPED_TEST_SUITE 12 months ago
Abseil Team 2954cb8d87 Add example using EXPECT statement in custom matcher 1 year ago
Krzysztof Kosiński 5197b1a8e6 Modify example in the primer to match Testing FAQ. 1 year ago
Abseil Team b1a777f319 Fix https://github.com/google/googletest/issues/4423 1 year ago
Abseil Team 9d43b27f7a Revert incorrect update. 1 year ago
Abseil Team 6eb225cb88 Add anchor for expectation ordering note 1 year ago
kaswhy 1cab76c7b8 Docs: Add mention of `gtest_recreate_environments_when_repeating` 1 year ago
kaswhy 778badf63a Docs: add conditions for calling SetUp and TearDown() 1 year ago
Abseil Team 7f409cb3c0 Add a note about argv requiring NULL termination. 1 year ago
kaswhy dda72ef321 Docs: add conditions for calling TearDown() 1 year ago
Abseil Team 96eadf659f Minor documentation correction. 1 year ago
Derek Mauro cde9a745a6 Fix broken links in primer.md 1 year ago
Abseil Team 9bb354fa83 s/::testing::/testing::/ in test documentation outside of using statements to align with best practice 2 years ago
Dino Radakovic beb552fb47 gmock_cook_book: Document `DoAll`'s return type requirement 2 years ago
Michael Hirshleifer d1467f5813 GoogleTest FAQ: minor punctuation fixes 2 years ago
Michael Hirshleifer 728ec52d21 Remove Googletest FAQ entry for obsolete `ProtocolMessageEquals` and `ProtocolMessageEquiv` 2 years ago
sthd f0eae4b399 changed http to https 2 years ago
Dino Radakovic c374da15c5 googletest: Replace http with https in links to docs 2 years ago
Elior Schneider 722daa3da6
Update advanced.md 2 years ago
sthd 8ca57f194a Changed 2 public links from http to https 2 years ago
sthd 5b5ef29950 Changed 3 public links from http to https 2 years ago
Abseil Team 7e33b6a1c4 Specify SetUpTestSuite is required to be public. 2 years ago
Dino Radakovic 6abc9e3d79 Make references to `#include`s consistent across docs 2 years ago
Abseil Team c875c4e224 Adjust includes to use <> instead of "", consistent with quickstart pages. 2 years ago
Anton Sosnin f014396910
Fix typo in gmock_cook_book.md 2 years ago
Abseil Team 251e720391 Change `::testing` to `testing` in Testing Reference doc 2 years ago
Abseil Team ec4fed9321 Update code examples in the gMock Cookbook following C++ best practices. 2 years ago
Juan Ramos 4fed5f2850 cmake: Raise min to 3.6 2 years ago
Abseil Team 65cfeca1a1 internal g3doc documentation change. 2 years ago
Dino Radakovic 06f44bc951 Copy supported platforms from README onto https://google.github.io/googletest/platforms.html 2 years ago
Dino Radakovic 04cf298916 Provide example for setting C++ language standard in GoogleTest's Bazel quickstart and readme. 2 years ago
Shlomi Nissan aa99ce5a0d Add CXX_STANDARD_REQUIRED to CMake quickstart 2 years ago
Abseil Team 922e0b7d80 Update gMock Cookbook to reflect deprecation of testing::ByMove 2 years ago
Abseil Team 0cd05c6ea9 Update naming to "GoogleTest" in the GoogleTest Primer. 2 years ago
Abseil Team e9fb5c7bac Replace `const char*` with `absl::string_view` as the latter is preferred. 2 years ago
Phoebe Liang 3288c4deae Revise documentation to include AbslStringify 2 years ago
Abseil Team 555486f408 Rephrase the description of TEST_F() arguments for clarity. 2 years ago
Abseil Team 95d8c7ac43 Reformat to current g3doc style guide. No content changes. 2 years ago
Abseil Team d0ba3ccc76 Added a missing semicolon for GTEST_FLAG_SET code snippet. 2 years ago
Vũ Phạm 810fb81153
Fix typo 2 years ago