summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* 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 typoVũ 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.mdBen 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-251-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
* This commit fixes a minor verb conjugation error in gmock_cook_book.md.Abseil Team2022-11-231-1/+1
* Change MakeUnique -> std::make_unique in docsDenis Hananein2022-11-202-5/+5
* Add documentation for `--gunit_recreate_environments_when_repeating`.Abseil Team2022-11-031-2/+6
* Use git commit hash in CMake quickstartDino Radakovic2022-10-251-3/+2
* Clarify that parameter generator does not evaluate immediatelyAbseil Team2022-10-241-0/+5
* Merge pull request #4037 from KloolK:patch-1Copybara-Service2022-10-171-17/+8
|\
| * Fix table markup in testing.mdJan2022-10-141-17/+8
|/
* Update the POSIX Extended section of the Regular Expression Wikipedia pageAbseil Team2022-10-071-1/+1
* Merge pull request #3967 from BMBurstein:custom_type_combineCopybara-Service2022-10-041-7/+16
|\
| * Merge branch 'google:main' into custom_type_combineBaruch2022-09-251-1/+1
| |\ | |/ |/|
| * Merge branch 'google:main' into custom_type_combineBaruch2022-09-141-6/+7
| |\
| * \ Merge branch 'google:main' into custom_type_combineBaruch2022-08-254-8/+8
| |\ \
| * | | Custom type with Combine(). Fix for #3781Baruch Burstein2022-07-311-0/+1
* | | | Update link to Bazel installation guideJohn Hinnegan2022-09-181-1/+1
| |_|/ |/| |
* | | Use UnorderedElementsAre in example about using matchers with mapsAbseil Team2022-09-091-6/+7
| |/ |/|
* | Merge pull request #3918 from assafpr:master2mainCopybara-Service2022-08-014-8/+8
|\ \ | |/ |/|
| * Update advanced.mdassafpr2022-06-271-5/+5
| * Update faq.mdassafpr2022-06-221-1/+1
| * documentation, change mater branch to mainassafpr2022-06-221-1/+1
| * documentation, change mater branch to mainassafpr2022-06-221-1/+1
* | Merge pull request #3787 from codeinred:fix-quickstartCopybara-Service2022-07-111-2/+3
|\ \
| * | Fix quickstart-cmake documentationAlecto Irene Perez2022-03-261-2/+3
* | | Remove support for C++11Derek Mauro2022-06-302-4/+4
| |/ |/|
* | gmock_cook_book.md: Delete superfluous statement from 2014.Abseil Team2022-06-131-2/+1
* | Update googletest docs to indicate that RE2 is now used for regexp implementa...Abseil Team2022-06-091-2/+4
* | Clarify that `this->` is needed to access members of type-parameterized tests.elixir2022-05-271-0/+4
* | Update GoogleTest documentation's spelling of "GoogleTest".Abseil Team2022-05-251-29/+29
* | Clarify the pitfalls of EXPECT_THAT and highlight it's best practicesAbseil Team2022-05-241-3/+7
* | gmock-actions: make OnceAction public.Aaron Jacobs2022-05-101-12/+51
* | Rewrite "Testing a Certain Property of an Object" as "Defining a Custom Match...Abseil Team2022-04-281-17/+22