169 Commits (722daa3da6e2864afdb6fe5b2bf03a5989c01a5c)

Author SHA1 Message Date
Elior Schneider 722daa3da6
Update advanced.md 1 year ago
sthd 8ca57f194a Changed 2 public links from http to https 1 year ago
sthd 5b5ef29950 Changed 3 public links from http to https 1 year ago
Abseil Team 7e33b6a1c4 Specify SetUpTestSuite is required to be public. 1 year ago
Dino Radakovic 6abc9e3d79 Make references to `#include`s consistent across docs 1 year ago
Abseil Team c875c4e224 Adjust includes to use <> instead of "", consistent with quickstart pages. 1 year ago
Anton Sosnin f014396910
Fix typo in gmock_cook_book.md 1 year ago
Abseil Team 251e720391 Change `::testing` to `testing` in Testing Reference doc 1 year ago
Abseil Team ec4fed9321 Update code examples in the gMock Cookbook following C++ best practices. 1 year ago
Juan Ramos 4fed5f2850 cmake: Raise min to 3.6 1 year ago
Abseil Team 65cfeca1a1 internal g3doc documentation change. 1 year ago
Dino Radakovic 06f44bc951 Copy supported platforms from README onto https://google.github.io/googletest/platforms.html 1 year ago
Dino Radakovic 04cf298916 Provide example for setting C++ language standard in GoogleTest's Bazel quickstart and readme. 1 year 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. 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 2 years ago
Derek Mauro 96f51426e4 Remove support for C++11 2 years ago
assafpr df4b8edee0
Update advanced.md 2 years ago
assafpr b59ae848d1
Update faq.md 2 years ago
assafpr 1b772a9bc4
documentation, change mater branch to main 2 years ago
assafpr 358a3f6e3e
documentation, change mater branch to main 2 years ago
Abseil Team 8b521aa43a gmock_cook_book.md: Delete superfluous statement from 2014. 2 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. 2 years ago
elixir 6cd3823783 Clarify that `this->` is needed to access members of type-parameterized tests. 3 years ago