aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2024-01-09Add a note about argv requiring NULL termination.Abseil Team
2023-12-22Minor documentation correction.Abseil Team
2023-12-19Fix broken links in primer.mdDerek Mauro
2023-10-17s/::testing::/testing::/ in test documentation outside of using statements to...Abseil Team
2023-10-03gmock_cook_book: Document `DoAll`'s return type requirementDino Radakovic
2023-09-14GoogleTest FAQ: minor punctuation fixesMichael Hirshleifer
2023-09-14Remove Googletest FAQ entry for obsolete `ProtocolMessageEquals` and `Protoco...Michael Hirshleifer
2023-08-22changed http to httpssthd
2023-08-22Merge pull request #4343 from sthd:http-to-httpsCopybara-Service
2023-08-22googletest: Replace http with https in links to docsDino Radakovic
2023-08-20Update advanced.mdElior Schneider
2023-08-11Changed 2 public links from http to httpssthd
2023-08-11Changed 3 public links from http to httpssthd
2023-08-10Specify SetUpTestSuite is required to be public.Abseil Team
2023-08-07Make references to `#include`s consistent across docsDino Radakovic
2023-07-28Adjust includes to use <> instead of "", consistent with quickstart pages.Abseil Team
2023-07-19Fix typo in gmock_cook_book.mdAnton Sosnin
2023-06-29Change `::testing` to `testing` in Testing Reference docAbseil Team
2023-06-22Update code examples in the gMock Cookbook following C++ best practices.Abseil Team
2023-06-19cmake: Raise min to 3.6Juan Ramos
2023-06-09internal g3doc documentation change.Abseil Team
2023-06-01Copy supported platforms from README onto https://google.github.io/googletest...Dino Radakovic
2023-05-31Provide example for setting C++ language standard in GoogleTest's Bazel quick...Dino Radakovic
2023-05-21Add CXX_STANDARD_REQUIRED to CMake quickstartShlomi Nissan
2023-04-17Update gMock Cookbook to reflect deprecation of testing::ByMoveAbseil Team
2023-03-29Update naming to "GoogleTest" in the GoogleTest Primer.Abseil Team
2023-03-24Replace `const char*` with `absl::string_view` as the latter is preferred.Abseil Team
2023-03-20Revise documentation to include AbslStringifyPhoebe Liang
2023-02-28Merge pull request #4158 from VuPhamVan:mainCopybara-Service
2023-02-28 Rephrase the description of TEST_F() arguments for clarity.Abseil Team
2023-02-27Merge pull request #4143 from iwsfutcmd:patch-1Copybara-Service
2023-02-27 Reformat to current g3doc style guide. No content changes.Abseil Team
2023-02-23Added a missing semicolon for GTEST_FLAG_SET code snippet.Abseil Team
2023-02-19Fix typoVũ Phạm
2023-02-06Add support for the alternative base64 encoding in RFC 4648 section 5 to `Whe...Abseil Team
2023-02-02Update testing.mdBen Yang
2023-01-25Make document and example code more clear in the caveat section for potential...Abseil Team
2023-01-25Mention `DescribeMatcher` in matchers.mdAbseil Team
2023-01-18Mention using MockFunction as a way to mock free functions.Abseil Team
2022-12-22Use a more recent commit of googletest that uses OS constraints fromAbseil Team
2022-12-20Fix a typo in the documentation for "Using Predicates as Matchers".Abseil Team
2022-12-20Comment that q0_ in primer should remain emptyDino Radakovic
2022-12-19Specify a name for a `Property` in a code example.Abseil Team
2022-12-14Fix a typo in the gMock sample code for Defining a Custom Matcher Class.Abseil Team
2022-11-23This commit fixes a minor verb conjugation error in gmock_cook_book.md.Abseil Team
2022-11-20Change MakeUnique -> std::make_unique in docsDenis Hananein
2022-11-03Add documentation for `--gunit_recreate_environments_when_repeating`.Abseil Team
2022-10-25Use git commit hash in CMake quickstartDino Radakovic
2022-10-24Clarify that parameter generator does not evaluate immediatelyAbseil Team
2022-10-17Merge pull request #4037 from KloolK:patch-1Copybara-Service