summaryrefslogtreecommitdiffstats
path: root/docs/reference
Commit message (Collapse)AuthorAgeFilesLines
* 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