aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
2024-05-28Mention the optional third argument to TYPED_TEST_SUITEAbseil Team1-0/+17
2024-05-02Add example using EXPECT statement in custom matcherAbseil Team1-3/+32
2024-04-12Modify example in the primer to match Testing FAQ.Krzysztof Kosiński1-9/+8
2024-04-10Fix https://github.com/google/googletest/issues/4423Abseil Team1-2/+4
2024-02-22Revert incorrect update.Abseil Team1-2/+2
2024-02-13Add anchor for expectation ordering noteAbseil Team1-0/+2
2024-01-29Merge pull request #4435 from kaswhy:mainCopybara-Service1-5/+15
2024-01-23Docs: Add mention of `gtest_recreate_environments_when_repeating`kaswhy1-11/+13
2024-01-12Docs: add conditions for calling SetUp and TearDown()kaswhy1-8/+12
2024-01-09Add a note about argv requiring NULL termination.Abseil Team1-1/+3
2023-12-29Docs: add conditions for calling TearDown()kaswhy1-3/+6
2023-12-22Minor documentation correction.Abseil Team1-2/+2
2023-12-19Fix broken links in primer.mdDerek Mauro1-2/+2
2023-10-17s/::testing::/testing::/ in test documentation outside of using statements to...Abseil Team1-7/+7
2023-10-03gmock_cook_book: Document `DoAll`'s return type requirementDino Radakovic1-0/+6
2023-09-14GoogleTest FAQ: minor punctuation fixesMichael Hirshleifer1-15/+15
2023-09-14Remove Googletest FAQ entry for obsolete `ProtocolMessageEquals` and `Protoco...Michael Hirshleifer1-21/+0
2023-08-22changed http to httpssthd2-5/+5
2023-08-22Merge pull request #4343 from sthd:http-to-httpsCopybara-Service1-3/+3
2023-08-22googletest: Replace http with https in links to docsDino Radakovic2-4/+4
2023-08-20Update advanced.mdElior Schneider1-1/+1
2023-08-11Changed 2 public links from http to httpssthd1-2/+2
2023-08-11Changed 3 public links from http to httpssthd1-3/+3
2023-08-10Specify SetUpTestSuite is required to be public.Abseil Team1-4/+4
2023-08-07Make references to `#include`s consistent across docsDino Radakovic3-4/+3
2023-07-28Adjust includes to use <> instead of "", consistent with quickstart pages.Abseil Team5-7/+7
2023-07-19Fix typo in gmock_cook_book.mdAnton Sosnin1-2/+2
2023-06-29Change `::testing` to `testing` in Testing Reference docAbseil Team1-35/+35
2023-06-22Update code examples in the gMock Cookbook following C++ best practices.Abseil Team1-22/+24
2023-06-19cmake: Raise min to 3.6Juan Ramos1-9/+5
2023-06-09internal g3doc documentation change.Abseil Team1-1/+1
2023-06-01Copy supported platforms from README onto https://google.github.io/googletest...Dino Radakovic1-33/+6
2023-05-31Provide example for setting C++ language standard in GoogleTest's Bazel quick...Dino Radakovic1-1/+8
2023-05-21Add CXX_STANDARD_REQUIRED to CMake quickstartShlomi Nissan1-0/+1
2023-04-17Update gMock Cookbook to reflect deprecation of testing::ByMoveAbseil Team1-18/+13
2023-03-29Update naming to "GoogleTest" in the GoogleTest Primer.Abseil Team1-34/+34
2023-03-24Replace `const char*` with `absl::string_view` as the latter is preferred.Abseil Team1-4/+4
2023-03-20Revise documentation to include AbslStringifyPhoebe Liang1-88/+111
2023-02-28Merge pull request #4158 from VuPhamVan:mainCopybara-Service1-1/+1
2023-02-28 Rephrase the description of TEST_F() arguments for clarity.Abseil Team1-4/+4
2023-02-27Merge pull request #4143 from iwsfutcmd:patch-1Copybara-Service1-0/+1
2023-02-27 Reformat to current g3doc style guide. No content changes.Abseil Team1-11/+11
2023-02-23Added a missing semicolon for GTEST_FLAG_SET code snippet.Abseil Team1-1/+1
2023-02-19Fix typoVũ Phạm1-1/+1
2023-02-06Add support for the alternative base64 encoding in RFC 4648 section 5 to `Whe...Abseil Team1-1/+1
2023-02-02Update testing.mdBen Yang1-0/+1
2023-01-25Make document and example code more clear in the caveat section for potential...Abseil Team1-5/+11
2023-01-25Mention `DescribeMatcher` in matchers.mdAbseil Team1-0/+12
2023-01-18Mention using MockFunction as a way to mock free functions.Abseil Team1-0/+4
2022-12-22Use a more recent commit of googletest that uses OS constraints fromAbseil Team1-7/+6