151 Commits (391ce627def20c1e8a54d10b12949b15086473dd)

Author SHA1 Message Date
Abseil Team 555486f408 Rephrase the description of TEST_F() arguments for clarity. 2 years ago
Abseil Team 95d8c7ac43 Reformat to current g3doc style guide. No content changes. 2 years ago
Abseil Team d0ba3ccc76 Added a missing semicolon for GTEST_FLAG_SET code snippet. 2 years ago
Vũ Phạm 810fb81153
Fix typo 2 years ago
Abseil Team 3d568bdda5 Add support for the alternative base64 encoding in RFC 4648 section 5 to `WhenBase64Unescaped`. 2 years ago
Ben Yang 3f9c7fcaa3
Update testing.md 2 years ago
Abseil Team 4b4c56aff6 Make document and example code more clear in the caveat section for potential memory leak with `SetUpTestSuite`. 2 years ago
Abseil Team 643862d8ad Mention `DescribeMatcher` in matchers.md 2 years ago
Abseil Team ec25eea8f8 Mention using MockFunction as a way to mock free functions. 2 years ago
Abseil Team 71140c3ca7 Use a more recent commit of googletest that uses OS constraints from 2 years ago
Abseil Team 5ab508a01f Fix a typo in the documentation for "Using Predicates as Matchers". 2 years ago
Dino Radakovic b3bfebd796 Comment that q0_ in primer should remain empty 2 years ago
Abseil Team a4e0be898b Specify a name for a `Property` in a code example. 2 years ago
Abseil Team 41fe6be7d7 Fix a typo in the gMock sample code for Defining a Custom Matcher Class. 2 years ago
Abseil Team e68764c147 This commit fixes a minor verb conjugation error in gmock_cook_book.md. 2 years ago
Denis Hananein 834698cc9b Change MakeUnique -> std::make_unique in docs 2 years ago
Abseil Team 66366cea56 Add documentation for `--gunit_recreate_environments_when_repeating`. 2 years ago
Dino Radakovic 90171d1061 Use git commit hash in CMake quickstart 2 years ago
Abseil Team 03597a01ee Clarify that parameter generator does not evaluate immediately 2 years ago
Jan a41c3d0fb8
Fix table markup in testing.md 2 years ago
Abseil Team 9fbb657503 Update the POSIX Extended section of the Regular Expression Wikipedia page 2 years ago
John Hinnegan 05cc575c65
Update link to Bazel installation guide 2 years ago
Abseil Team c29315dda4 Use UnorderedElementsAre in example about using matchers with maps 2 years ago
Baruch Burstein 3280a930bf Custom type with Combine(). Fix for #3781 3 years ago
Derek Mauro 96f51426e4 Remove support for C++11 3 years ago
assafpr df4b8edee0
Update advanced.md 3 years ago
assafpr b59ae848d1
Update faq.md 3 years ago
assafpr 1b772a9bc4
documentation, change mater branch to main 3 years ago
assafpr 358a3f6e3e
documentation, change mater branch to main 3 years ago
Abseil Team 8b521aa43a gmock_cook_book.md: Delete superfluous statement from 2014. 3 years ago
Abseil Team b1f84bf176 Update googletest docs to indicate that RE2 is now used for regexp implementation when building with Bazel and using Abseil. 3 years ago
elixir 6cd3823783 Clarify that `this->` is needed to access members of type-parameterized tests. 3 years ago
Abseil Team cf942a5d69 Update GoogleTest documentation's spelling of "GoogleTest". 3 years ago
Abseil Team 7041051488 Clarify the pitfalls of EXPECT_THAT and highlight it's best practices 3 years ago
Aaron Jacobs 6386897feb gmock-actions: make OnceAction public. 3 years ago
Abseil Team 8ded48c37b Rewrite "Testing a Certain Property of an Object" as "Defining a Custom Matcher Class", and fix the code examples. 3 years ago
Abseil Team a1cc8c5519 Add support for move-only and &&-qualified actions in WillOnce. 3 years ago
Abseil Team c9044ba3dd Trying to make it more clear: this is probably not about mock classes, but about mocked classes 3 years ago
Alecto Irene Perez 7da4a4114a
Fix quickstart-cmake documentation 3 years ago
Abseil Team 1754febbaa Clarify public access on gmock examples. 3 years ago
Szymon Sobik 132059ba0c Adjust documentation regarding xml and json source file location otput. 3 years ago
Abseil Team 0e402173c9 Add a 3-arg overload for ResultOf() matcher that takes a description string for better error messages. 3 years ago
Dino Radakovic 4e9fe30884 Fix reference to source file in gmock FAQ 3 years ago
Abseil Team 2d07f12b60 Fix run-on sentence 3 years ago
Ram Kumar K R 0256210376
Update example to reflect the tests below 3 years ago
Abseil Team d81ae2f0bf Clarify "package" means "Bazel package", and promote `testonly=True` rather than `testing` sub-directory. 3 years ago
Abseil Team 1b2606425c Fix typo in GoogleMock Cookbook. 3 years ago
Ludger Paehler b4d4e6e348
Fix typo in the queue test. 3 years ago
Derek Mauro 4848324c5f Update URLs in Bazel Quickstart 3 years ago
Abseil Team 9ca071b6e5 Googletest export 3 years ago