195 Commits (d144031940543e15423a25ae5a8a74141044862f)

Author SHA1 Message Date
Abseil Team 1204d63444 Remove mention of using `ASSERT_...` statements inside custom matcher definitions. 2 weeks ago
Peter Boström 5ed2186395 Use FAIL() in GTEST_SKIP() documentation 2 weeks 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. 1 month ago
Derek Mauro ff233bdd4c Update main to point to 1.15.2 patch release 4 months ago
Derek Mauro 9ff2450a56 Update GoogleTest Bazel quickstart for Bzlmod 4 months ago
Derek Mauro 3ef16ef8b3 Fix the documentation that erroneously says you can use short versions 4 months ago
Abseil Team a7f443b80b Mention the optional third argument to TYPED_TEST_SUITE 6 months ago
Abseil Team 2954cb8d87 Add example using EXPECT statement in custom matcher 7 months ago
Krzysztof Kosiński 5197b1a8e6 Modify example in the primer to match Testing FAQ. 7 months ago
Abseil Team b1a777f319 Fix https://github.com/google/googletest/issues/4423 7 months ago
Abseil Team 9d43b27f7a Revert incorrect update. 9 months ago
Abseil Team 6eb225cb88 Add anchor for expectation ordering note 9 months ago
kaswhy 1cab76c7b8 Docs: Add mention of `gtest_recreate_environments_when_repeating` 10 months ago
kaswhy 778badf63a Docs: add conditions for calling SetUp and TearDown() 10 months ago
Abseil Team 7f409cb3c0 Add a note about argv requiring NULL termination. 10 months ago
kaswhy dda72ef321 Docs: add conditions for calling TearDown() 11 months ago
Abseil Team 96eadf659f Minor documentation correction. 11 months ago
Derek Mauro cde9a745a6 Fix broken links in primer.md 11 months ago
Abseil Team 9bb354fa83 s/::testing::/testing::/ in test documentation outside of using statements to align with best practice 1 year ago
Dino Radakovic beb552fb47 gmock_cook_book: Document `DoAll`'s return type requirement 1 year ago
Michael Hirshleifer d1467f5813 GoogleTest FAQ: minor punctuation fixes 1 year ago
Michael Hirshleifer 728ec52d21 Remove Googletest FAQ entry for obsolete `ProtocolMessageEquals` and `ProtocolMessageEquiv` 1 year ago
sthd f0eae4b399 changed http to https 1 year ago
Dino Radakovic c374da15c5 googletest: Replace http with https in links to docs 1 year ago
Elior Schneider 722daa3da6
Update advanced.md 1 year ago
sthd 8ca57f194a Changed 2 public links from http to https 1 year ago
sthd 5b5ef29950 Changed 3 public links from http to https 1 year ago
Abseil Team 7e33b6a1c4 Specify SetUpTestSuite is required to be public. 1 year ago
Dino Radakovic 6abc9e3d79 Make references to `#include`s consistent across docs 1 year ago
Abseil Team c875c4e224 Adjust includes to use <> instead of "", consistent with quickstart pages. 1 year ago
Anton Sosnin f014396910
Fix typo in gmock_cook_book.md 1 year ago
Abseil Team 251e720391 Change `::testing` to `testing` in Testing Reference doc 1 year ago
Abseil Team ec4fed9321 Update code examples in the gMock Cookbook following C++ best practices. 1 year ago
Juan Ramos 4fed5f2850 cmake: Raise min to 3.6 1 year ago
Abseil Team 65cfeca1a1 internal g3doc documentation change. 1 year ago
Dino Radakovic 06f44bc951 Copy supported platforms from README onto https://google.github.io/googletest/platforms.html 1 year ago
Dino Radakovic 04cf298916 Provide example for setting C++ language standard in GoogleTest's Bazel quickstart and readme. 1 year 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
Abseil Team 3d568bdda5 Add support for the alternative base64 encoding in RFC 4648 section 5 to `WhenBase64Unescaped`. 2 years ago
Ben Yang 3f9c7fcaa3
Update testing.md 2 years ago
Abseil Team 4b4c56aff6 Make document and example code more clear in the caveat section for potential memory leak with `SetUpTestSuite`. 2 years ago
Abseil Team 643862d8ad Mention `DescribeMatcher` in matchers.md 2 years ago