summaryrefslogtreecommitdiffstats
path: root/docs/reference
Commit message (Collapse)AuthorAgeFilesLines
* Mention the optional third argument to TYPED_TEST_SUITEAbseil Team2024-05-281-0/+17
| | | | | PiperOrigin-RevId: 637896001 Change-Id: Ia3a61ceec4b842e864a0cdfad13e9897bf0ecaaa
* Fix https://github.com/google/googletest/issues/4423Abseil Team2024-04-101-2/+4
| | | | | PiperOrigin-RevId: 623407029 Change-Id: I3559f11e1c18a4f151d521c6ac115c358a11b40c
* Revert incorrect update.Abseil Team2024-02-221-2/+2
| | | | | PiperOrigin-RevId: 609387046 Change-Id: I03e42c39011fc7e9715f896591a44ebede1933b2
* Add a note about argv requiring NULL termination.Abseil Team2024-01-091-1/+3
| | | | | | Fixes: #4434 PiperOrigin-RevId: 596960654 Change-Id: I1f70cc0801764fe0328030c46254f82eb9893a49
* Minor documentation correction.Abseil Team2023-12-221-2/+2
| | | | | PiperOrigin-RevId: 593126348 Change-Id: I78e12ab5dd2e5acc69b21250bdb04e62990b6309
* Make references to `#include`s consistent across docsDino Radakovic2023-08-073-4/+3
| | | | | PiperOrigin-RevId: 554561504 Change-Id: Ia02ab6ac646bf6637d6f500a4aaedd14e0a04798
* Adjust includes to use <> instead of "", consistent with quickstart pages.Abseil Team2023-07-281-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
* Change `::testing` to `testing` in Testing Reference docAbseil Team2023-06-291-35/+35
| | | | | PiperOrigin-RevId: 544466397 Change-Id: Icb4d5fae38361cd75d47f908886831696eb2b1c9
* Merge pull request #4158 from VuPhamVan:mainCopybara-Service2023-02-281-1/+1
|\ | | | | | | | | PiperOrigin-RevId: 512959074 Change-Id: Ifbc63077aad573d4496a837f2f57584192573820
| * Fix typorefs/pull/4158/headVũ Phạm2023-02-191-1/+1
| |
* | Merge pull request #4143 from iwsfutcmd:patch-1Copybara-Service2023-02-271-0/+1
|\ \ | |/ |/| | | | | PiperOrigin-RevId: 512696294 Change-Id: I6c135ca295e663df48db5b32bad4639d0c0c0774
| * Update testing.mdrefs/pull/4143/headBen Yang2023-02-021-0/+1
| | | | | | Fixed Parameter Generator table
* | Add support for the alternative base64 encoding in RFC 4648 section 5 to ↵Abseil Team2023-02-061-1/+1
|/ | | | | | | `WhenBase64Unescaped`. PiperOrigin-RevId: 507527786 Change-Id: Ie5e088b1814981f6c760d7e25418a430172705ec
* Mention `DescribeMatcher` in matchers.mdAbseil Team2023-01-251-0/+12
| | | | | PiperOrigin-RevId: 504591836 Change-Id: I48c93490d0c3b7c6bfaceceb1cef5eedeacfe6c6
* Merge pull request #4037 from KloolK:patch-1Copybara-Service2022-10-171-17/+8
|\ | | | | | | | | PiperOrigin-RevId: 481734961 Change-Id: I629dc1ca3b10bf5fc6afc179b651a09081f5c919
| * Fix table markup in testing.mdrefs/pull/4037/headJan2022-10-141-17/+8
|/
* Merge pull request #3967 from BMBurstein:custom_type_combineCopybara-Service2022-10-041-7/+16
|\ | | | | | | | | PiperOrigin-RevId: 478775323 Change-Id: I92231bb8edd8e01b9b7cbe445c43dcf84f458521
| * Custom type with Combine(). Fix for #3781Baruch Burstein2022-07-311-0/+1
|/
* Clarify the pitfalls of EXPECT_THAT and highlight it's best practicesAbseil Team2022-05-241-3/+7
| | | | | PiperOrigin-RevId: 450721917 Change-Id: I34d63a65b7158975abd46a9a14cded75439e7e7f
* Add support for move-only and &&-qualified actions in WillOnce.Abseil Team2022-04-091-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
* Merge pull request #3774 from sobczyk:mainCopybara-Service2022-03-151-2/+2
|\ | | | | | | | | PiperOrigin-RevId: 434738675 Change-Id: I7c8de4004bac6b750674d19e3e79c0695a42652e
| * Adjust documentation regarding xml and json source file location otput.Szymon Sobik2022-03-081-2/+2
|/
* Add a 3-arg overload for ResultOf() matcher that takes a description string ↵Abseil Team2022-02-101-0/+1
| | | | | | | for better error messages. PiperOrigin-RevId: 427598749 Change-Id: I8c7a5d7b2dde017641534f1c7eed8dd56c33e845
* Fix remaining typos discovered by codespellrefs/pull/3581/headChristian Clauss2021-09-241-1/+1
|
* Googletest exportAbseil Team2021-08-041-10/+11
| | | | | | Introduce a new matcher for unescaping Base-64 strings to gmock. PiperOrigin-RevId: 388471904
* Googletest exportAbseil Team2021-07-091-1/+0
| | | | | | Remove unneeded using ::std::get; PiperOrigin-RevId: 383688097
* Googletest exportAbseil Team2021-07-071-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
* Googletest exportAbseil Team2021-06-301-0/+1
| | | | | | Implement 'Contains(e).Times(n)' matcher modifier which allows to test for arbitrary occurrences including absence with Times(0). PiperOrigin-RevId: 382210276
* fix typosrefs/pull/3443/headHyuk Myeong2021-06-132-8/+8
|
* Googletest exportAbseil Team2021-06-021-0/+1431
| | | | | | Create new Testing API reference PiperOrigin-RevId: 376969148
* Googletest exportAbseil Team2021-06-021-0/+587
| | | | | | Create new Mocking Reference PiperOrigin-RevId: 376951575
* Googletest exportAbseil Team2021-06-022-1/+634
| | | | | | Create Assertions Reference PiperOrigin-RevId: 375824718
* Googletest exportAbseil Team2021-05-131-14/+15
| | | | | | Clean up heading levels and mention `::testing` namespace in Matchers Reference PiperOrigin-RevId: 373242122
* Googletest exportAbseil Team2021-05-131-3/+3
| | | | | | Fix links in Matchers Reference PiperOrigin-RevId: 372436732
* Googletest exportAbseil Team2021-05-131-0/+115
| | | | | | Move actions reference into independent document PiperOrigin-RevId: 371828549
* Googletest exportAbseil Team2021-04-291-0/+282
Move matchers reference from cheat sheet into its own document PiperOrigin-RevId: 370749693