aboutsummaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)AuthorFilesLines
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
2022-12-20Fix a typo in the documentation for "Using Predicates as Matchers".Abseil Team1-1/+1
2022-12-20Comment that q0_ in primer should remain emptyDino Radakovic1-0/+1
2022-12-19Specify a name for a `Property` in a code example.Abseil Team1-1/+1
2022-12-14Fix a typo in the gMock sample code for Defining a Custom Matcher Class.Abseil Team1-1/+1
2022-11-23This commit fixes a minor verb conjugation error in gmock_cook_book.md.Abseil Team1-1/+1
2022-11-20Change MakeUnique -> std::make_unique in docsDenis Hananein2-5/+5
2022-11-03Add documentation for `--gunit_recreate_environments_when_repeating`.Abseil Team1-2/+6
2022-10-25Use git commit hash in CMake quickstartDino Radakovic1-3/+2
2022-10-24Clarify that parameter generator does not evaluate immediatelyAbseil Team1-0/+5
2022-10-17Merge pull request #4037 from KloolK:patch-1Copybara-Service1-17/+8
2022-10-14Fix table markup in testing.mdJan1-17/+8
2022-10-07Update the POSIX Extended section of the Regular Expression Wikipedia pageAbseil Team1-1/+1
2022-10-04Merge pull request #3967 from BMBurstein:custom_type_combineCopybara-Service1-7/+16