summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Revert incorrect update.Abseil Team2024-02-221-2/+2
* Add anchor for expectation ordering noteAbseil Team2024-02-131-0/+2
* Merge pull request #4435 from kaswhy:mainCopybara-Service2024-01-291-5/+15
|\
| * Docs: Add mention of `gtest_recreate_environments_when_repeating`refs/pull/4435/headkaswhy2024-01-231-11/+13
| * Docs: add conditions for calling SetUp and TearDown()kaswhy2024-01-111-8/+12
| * Docs: add conditions for calling TearDown()kaswhy2023-12-281-3/+6
* | Add a note about argv requiring NULL termination.Abseil Team2024-01-091-1/+3
|/
* Minor documentation correction.Abseil Team2023-12-221-2/+2
* Fix broken links in primer.mdDerek Mauro2023-12-191-2/+2
* s/::testing::/testing::/ in test documentation outside of using statements to...Abseil Team2023-10-181-7/+7
* gmock_cook_book: Document `DoAll`'s return type requirementDino Radakovic2023-10-031-0/+6
* GoogleTest FAQ: minor punctuation fixesrefs/pull/4362/headMichael Hirshleifer2023-09-141-15/+15
* Remove Googletest FAQ entry for obsolete `ProtocolMessageEquals` and `Protoco...Michael Hirshleifer2023-09-141-21/+0
* changed http to httpsrefs/pull/4349/headsthd2023-08-222-5/+5
* Merge pull request #4343 from sthd:http-to-httpsCopybara-Service2023-08-221-3/+3
|\
| * Update advanced.mdElior Schneider2023-08-201-1/+1
| * Changed 2 public links from http to httpssthd2023-08-111-2/+2
| * Changed 3 public links from http to httpssthd2023-08-111-3/+3
* | googletest: Replace http with https in links to docsDino Radakovic2023-08-222-4/+4
|/
* Specify SetUpTestSuite is required to be public.Abseil Team2023-08-101-4/+4
* Make references to `#include`s consistent across docsDino Radakovic2023-08-073-4/+3
* Adjust includes to use <> instead of "", consistent with quickstart pages.Abseil Team2023-07-285-7/+7
* Fix typo in gmock_cook_book.mdrefs/pull/4317/headAnton Sosnin2023-07-191-2/+2
* Change `::testing` to `testing` in Testing Reference docAbseil Team2023-06-291-35/+35
* Update code examples in the gMock Cookbook following C++ best practices.Abseil Team2023-06-221-22/+24
* cmake: Raise min to 3.6refs/pull/4288/headJuan Ramos2023-06-191-9/+5
* internal g3doc documentation change.Abseil Team2023-06-091-1/+1
* Copy supported platforms from README onto https://google.github.io/googletest...Dino Radakovic2023-06-011-33/+6
* Provide example for setting C++ language standard in GoogleTest's Bazel quick...Dino Radakovic2023-05-311-1/+8
* Add CXX_STANDARD_REQUIRED to CMake quickstartrefs/pull/4250/headShlomi Nissan2023-05-211-0/+1
* Update gMock Cookbook to reflect deprecation of testing::ByMoveAbseil Team2023-04-171-18/+13
* Update naming to "GoogleTest" in the GoogleTest Primer.Abseil Team2023-03-291-34/+34
* Replace `const char*` with `absl::string_view` as the latter is preferred.Abseil Team2023-03-241-4/+4
* Revise documentation to include AbslStringifyPhoebe Liang2023-03-201-88/+111
* Merge pull request #4158 from VuPhamVan:mainCopybara-Service2023-02-281-1/+1
|\
| * Fix typorefs/pull/4158/headVũ Phạm2023-02-191-1/+1
* | Rephrase the description of TEST_F() arguments for clarity.Abseil Team2023-02-281-4/+4
* | Merge pull request #4143 from iwsfutcmd:patch-1Copybara-Service2023-02-271-0/+1
|\ \
| * | Update testing.mdrefs/pull/4143/headBen Yang2023-02-021-0/+1
* | | Reformat to current g3doc style guide. No content changes.Abseil Team2023-02-271-11/+11
* | | Added a missing semicolon for GTEST_FLAG_SET code snippet.Abseil Team2023-02-231-1/+1
| |/ |/|
* | Add support for the alternative base64 encoding in RFC 4648 section 5 to `Whe...Abseil Team2023-02-061-1/+1
|/
* Make document and example code more clear in the caveat section for potential...Abseil Team2023-01-261-5/+11
* Mention `DescribeMatcher` in matchers.mdAbseil Team2023-01-251-0/+12
* Mention using MockFunction as a way to mock free functions.Abseil Team2023-01-181-0/+4
* Use a more recent commit of googletest that uses OS constraints fromAbseil Team2022-12-221-7/+6
* Fix a typo in the documentation for "Using Predicates as Matchers".Abseil Team2022-12-201-1/+1
* Comment that q0_ in primer should remain emptyDino Radakovic2022-12-201-0/+1
* Specify a name for a `Property` in a code example.Abseil Team2022-12-191-1/+1
* Fix a typo in the gMock sample code for Defining a Custom Matcher Class.Abseil Team2022-12-141-1/+1