aboutsummaryrefslogtreecommitdiff
path: root/docs/reference
AgeCommit message (Collapse)AuthorFilesLines
2024-05-28Mention the optional third argument to TYPED_TEST_SUITEAbseil Team1-0/+17
PiperOrigin-RevId: 637896001 Change-Id: Ia3a61ceec4b842e864a0cdfad13e9897bf0ecaaa
2024-04-10Fix https://github.com/google/googletest/issues/4423Abseil Team1-2/+4
PiperOrigin-RevId: 623407029 Change-Id: I3559f11e1c18a4f151d521c6ac115c358a11b40c
2024-02-22Revert incorrect update.Abseil Team1-2/+2
PiperOrigin-RevId: 609387046 Change-Id: I03e42c39011fc7e9715f896591a44ebede1933b2
2024-01-09Add a note about argv requiring NULL termination.Abseil Team1-1/+3
Fixes: #4434 PiperOrigin-RevId: 596960654 Change-Id: I1f70cc0801764fe0328030c46254f82eb9893a49
2023-12-22Minor documentation correction.Abseil Team1-2/+2
PiperOrigin-RevId: 593126348 Change-Id: I78e12ab5dd2e5acc69b21250bdb04e62990b6309
2023-08-07Make references to `#include`s consistent across docsDino Radakovic3-4/+3
PiperOrigin-RevId: 554561504 Change-Id: Ia02ab6ac646bf6637d6f500a4aaedd14e0a04798
2023-07-28Adjust includes to use <> instead of "", consistent with quickstart pages.Abseil Team1-1/+1
Right now, gtest documentation uses different #include syntax. The quickstart pages (e.g., http://google.github.io/googletest/quickstart-bazel.html#create-and-run-a-binary) are checked in with `#include <gtest/gtest.h>` However, other documentation (such as the primer) uses `#include "gtest/gtest.h"` (e.g., https://google.github.io/googletest/primer.html#writing-the-main-function). PiperOrigin-RevId: 551878641 Change-Id: Iab93cc1da3ef4870a07b624071b75d6e9d3568c1
2023-06-29Change `::testing` to `testing` in Testing Reference docAbseil Team1-35/+35
PiperOrigin-RevId: 544466397 Change-Id: Icb4d5fae38361cd75d47f908886831696eb2b1c9
2023-02-28Merge pull request #4158 from VuPhamVan:mainCopybara-Service1-1/+1
PiperOrigin-RevId: 512959074 Change-Id: Ifbc63077aad573d4496a837f2f57584192573820
2023-02-27Merge pull request #4143 from iwsfutcmd:patch-1Copybara-Service1-0/+1
PiperOrigin-RevId: 512696294 Change-Id: I6c135ca295e663df48db5b32bad4639d0c0c0774
2023-02-19Fix typoVũ Phạm1-1/+1
2023-02-06Add support for the alternative base64 encoding in RFC 4648 section 5 to ↵Abseil Team1-1/+1
`WhenBase64Unescaped`. PiperOrigin-RevId: 507527786 Change-Id: Ie5e088b1814981f6c760d7e25418a430172705ec
2023-02-02Update testing.mdBen Yang1-0/+1
Fixed Parameter Generator table
2023-01-25Mention `DescribeMatcher` in matchers.mdAbseil Team1-0/+12
PiperOrigin-RevId: 504591836 Change-Id: I48c93490d0c3b7c6bfaceceb1cef5eedeacfe6c6
2022-10-17Merge pull request #4037 from KloolK:patch-1Copybara-Service1-17/+8
PiperOrigin-RevId: 481734961 Change-Id: I629dc1ca3b10bf5fc6afc179b651a09081f5c919
2022-10-14Fix table markup in testing.mdJan1-17/+8
2022-10-04Merge pull request #3967 from BMBurstein:custom_type_combineCopybara-Service1-7/+16
PiperOrigin-RevId: 478775323 Change-Id: I92231bb8edd8e01b9b7cbe445c43dcf84f458521
2022-07-31Custom type with Combine(). Fix for #3781Baruch Burstein1-0/+1
2022-05-24Clarify the pitfalls of EXPECT_THAT and highlight it's best practicesAbseil Team1-3/+7
PiperOrigin-RevId: 450721917 Change-Id: I34d63a65b7158975abd46a9a14cded75439e7e7f
2022-04-08Add support for move-only and &&-qualified actions in WillOnce.Abseil Team1-1/+3
This provides a type-safe way for an action to express that it wants to be called only once, or to capture move-only objects. It is a generalization of the type system-evading hack in ByMove, with the improvement that it works for _any_ action (including user-defined ones), and correctly expresses that the action can only be used with WillOnce. I'll make existing actions benefit in a future commit. PiperOrigin-RevId: 440496139 Change-Id: I4145d191cca5655995ef41360bb126c123cb41d3
2022-03-15Merge pull request #3774 from sobczyk:mainCopybara-Service1-2/+2
PiperOrigin-RevId: 434738675 Change-Id: I7c8de4004bac6b750674d19e3e79c0695a42652e
2022-03-08Adjust documentation regarding xml and json source file location otput.Szymon Sobik1-2/+2
2022-02-09Add a 3-arg overload for ResultOf() matcher that takes a description string ↵Abseil Team1-0/+1
for better error messages. PiperOrigin-RevId: 427598749 Change-Id: I8c7a5d7b2dde017641534f1c7eed8dd56c33e845
2021-09-24Fix remaining typos discovered by codespellChristian Clauss1-1/+1
2021-08-04Googletest exportAbseil Team1-10/+11
Introduce a new matcher for unescaping Base-64 strings to gmock. PiperOrigin-RevId: 388471904
2021-07-09Googletest exportAbseil Team1-1/+0
Remove unneeded using ::std::get; PiperOrigin-RevId: 383688097
2021-07-07Googletest exportAbseil Team1-0/+1
Add `Conditional` wrapper to gtest This follows an initial proposal for an 'EqIff` matcher. `Conditional` was considered more precise as an EqIff() matcher may suffer from `Iff` not being universally understood. PiperOrigin-RevId: 383407665
2021-06-30Googletest exportAbseil Team1-0/+1
Implement 'Contains(e).Times(n)' matcher modifier which allows to test for arbitrary occurrences including absence with Times(0). PiperOrigin-RevId: 382210276
2021-06-13fix typosHyuk Myeong2-8/+8
2021-06-02Googletest exportAbseil Team1-0/+1431
Create new Testing API reference PiperOrigin-RevId: 376969148
2021-06-02Googletest exportAbseil Team1-0/+587
Create new Mocking Reference PiperOrigin-RevId: 376951575
2021-06-02Googletest exportAbseil Team2-1/+634
Create Assertions Reference PiperOrigin-RevId: 375824718
2021-05-13Googletest exportAbseil Team1-14/+15
Clean up heading levels and mention `::testing` namespace in Matchers Reference PiperOrigin-RevId: 373242122
2021-05-13Googletest exportAbseil Team1-3/+3
Fix links in Matchers Reference PiperOrigin-RevId: 372436732
2021-05-13Googletest exportAbseil Team1-0/+115
Move actions reference into independent document PiperOrigin-RevId: 371828549
2021-04-29Googletest exportAbseil Team1-0/+282
Move matchers reference from cheat sheet into its own document PiperOrigin-RevId: 370749693