summaryrefslogtreecommitdiffstats
path: root/docs/gmock_cheat_sheet.md
Commit message (Collapse)AuthorAgeFilesLines
* 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 MakeUnique -> std::make_unique in docsrefs/pull/4066/headDenis Hananein2022-11-201-1/+1
|
* Clarify public access on gmock examples.Abseil Team2022-03-211-4/+4
| | | | | PiperOrigin-RevId: 436268062 Change-Id: I3161b36121f78acf920d66fe121b2f1d5e5707b9
* Merge pull request #3443 from hyukmyeong:typodinord2021-06-221-1/+1
|\ | | | | | | PiperOrigin-RevId: 380705469
| * fix typosrefs/pull/3443/headHyuk Myeong2021-06-131-2/+2
|/
* Googletest exportAbseil Team2021-06-021-152/+15
| | | | | | Create new Mocking Reference PiperOrigin-RevId: 376951575
* Googletest exportAbseil Team2021-05-181-0/+5
| | | | | Docs: Clarify that expectations must be set before mocks are exercised PiperOrigin-RevId: 373644072
* Googletest exportAbseil Team2021-05-131-111/+1
| | | | | | Move actions reference into independent document PiperOrigin-RevId: 371828549
* Googletest exportAbseil Team2021-04-291-280/+1
| | | | | | Move matchers reference from cheat sheet into its own document PiperOrigin-RevId: 370749693
* Googletest exportAbseil Team2021-04-291-1/+1
| | | | | | internal change PiperOrigin-RevId: 370503556
* Googletest exportAbseil Team2021-04-081-1/+17
| | | | | Docs: Add examples for `FieldsAre` matcher PiperOrigin-RevId: 367263024
* Googletest exportAbseil Team2021-04-081-4/+5
| | | | | Docs: Clarifying matcher in `Pointwise` and `UnorderedPointwise` PiperOrigin-RevId: 367059198
* Googletest exportAbseil Team2021-03-251-3/+3
| | | | | | Code style cleanups in cheat sheet PiperOrigin-RevId: 364465553
* Googletest exportAbseil Team2021-02-191-0/+3
| | | | | | Add files for GitHub Pages PiperOrigin-RevId: 358289110
* Googletest exportAbseil Team2021-02-181-0/+8
| | | | | | Explain how to wrap matchers. PiperOrigin-RevId: 357901293
* Googletest exportAbseil Team2021-02-181-44/+0
| | | | | | Internal change PiperOrigin-RevId: 356867746
* Googletest exportAbseil Team2021-02-051-0/+6
| | | | | | Add a note to recommend against using `Property()` for functions that the test author does not own. PiperOrigin-RevId: 355295183
* Googletest exportAbseil Team2021-02-051-1/+1
| | | | | | Update description of `Property()` matcher PiperOrigin-RevId: 355253498
* Googletest exportAbseil Team2021-01-261-16/+0
| | | | | | Delete internal tags from docs PiperOrigin-RevId: 353769887
* Googletest exportAbseil Team2021-01-261-3/+6
| | | | | | Updates the gMock cheat sheet to include the versions of the Field and Property matchers which take an additional name parameter. PiperOrigin-RevId: 353273968
* Googletest exportAbseil Team2021-01-261-0/+1
| | | | | | | `IsEmpty()` | `argument` is an empty string. | PiperOrigin-RevId: 352880252
* Googletest exportAbseil Team2021-01-261-8/+8
| | | | | | Merge CONTRIBUTORS, delete LICENSEs in googletest/ and googlemock/ PiperOrigin-RevId: 352558822
* Googletest exportAbseil Team2021-01-151-5/+3
| | | | | | Fixes #3222, fixes #3225, closes #3223 PiperOrigin-RevId: 352066131
* Googletest exportAbseil Team2021-01-141-0/+786
Move all docs into top-level docs/ directory PiperOrigin-RevId: 350211277