179 Commits (dda72ef32181edbfcd32a8c52b4740cd8061ab6f)

Author SHA1 Message Date
kaswhy dda72ef321 Docs: add conditions for calling TearDown() 1 year ago
Abseil Team 96eadf659f Minor documentation correction. 1 year ago
Derek Mauro cde9a745a6 Fix broken links in primer.md 1 year ago
Abseil Team 9bb354fa83 s/::testing::/testing::/ in test documentation outside of using statements to align with best practice 2 years ago
Dino Radakovic beb552fb47 gmock_cook_book: Document `DoAll`'s return type requirement 2 years ago
Michael Hirshleifer d1467f5813 GoogleTest FAQ: minor punctuation fixes 2 years ago
Michael Hirshleifer 728ec52d21 Remove Googletest FAQ entry for obsolete `ProtocolMessageEquals` and `ProtocolMessageEquiv` 2 years ago
sthd f0eae4b399 changed http to https 2 years ago
Dino Radakovic c374da15c5 googletest: Replace http with https in links to docs 2 years ago
Elior Schneider 722daa3da6
Update advanced.md 2 years ago
sthd 8ca57f194a Changed 2 public links from http to https 2 years ago
sthd 5b5ef29950 Changed 3 public links from http to https 2 years ago
Abseil Team 7e33b6a1c4 Specify SetUpTestSuite is required to be public. 2 years ago
Dino Radakovic 6abc9e3d79 Make references to `#include`s consistent across docs 2 years ago
Abseil Team c875c4e224 Adjust includes to use <> instead of "", consistent with quickstart pages. 2 years ago
Anton Sosnin f014396910
Fix typo in gmock_cook_book.md 2 years ago
Abseil Team 251e720391 Change `::testing` to `testing` in Testing Reference doc 2 years ago
Abseil Team ec4fed9321 Update code examples in the gMock Cookbook following C++ best practices. 2 years ago
Juan Ramos 4fed5f2850 cmake: Raise min to 3.6 2 years ago
Abseil Team 65cfeca1a1 internal g3doc documentation change. 2 years ago
Dino Radakovic 06f44bc951 Copy supported platforms from README onto https://google.github.io/googletest/platforms.html 2 years ago
Dino Radakovic 04cf298916 Provide example for setting C++ language standard in GoogleTest's Bazel quickstart and readme. 2 years ago
Shlomi Nissan aa99ce5a0d Add CXX_STANDARD_REQUIRED to CMake quickstart 2 years ago
Abseil Team 922e0b7d80 Update gMock Cookbook to reflect deprecation of testing::ByMove 2 years ago
Abseil Team 0cd05c6ea9 Update naming to "GoogleTest" in the GoogleTest Primer. 2 years ago
Abseil Team e9fb5c7bac Replace `const char*` with `absl::string_view` as the latter is preferred. 2 years ago
Phoebe Liang 3288c4deae Revise documentation to include AbslStringify 2 years ago
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. 3 years ago
Denis Hananein 834698cc9b Change MakeUnique -> std::make_unique in docs 3 years ago
Abseil Team 66366cea56 Add documentation for `--gunit_recreate_environments_when_repeating`. 3 years ago
Dino Radakovic 90171d1061 Use git commit hash in CMake quickstart 3 years ago
Abseil Team 03597a01ee Clarify that parameter generator does not evaluate immediately 3 years ago
Jan a41c3d0fb8
Fix table markup in testing.md 3 years ago
Abseil Team 9fbb657503 Update the POSIX Extended section of the Regular Expression Wikipedia page 3 years ago
John Hinnegan 05cc575c65
Update link to Bazel installation guide 3 years ago
Abseil Team c29315dda4 Use UnorderedElementsAre in example about using matchers with maps 3 years ago