summaryrefslogtreecommitdiffstats
path: root/docs/gmock_for_dummies.md
Commit message (Collapse)AuthorAgeFilesLines
* Add anchor for expectation ordering noteAbseil Team2024-02-131-0/+2
| | | | | PiperOrigin-RevId: 606736565 Change-Id: Ifad0b34e1deeec1374377d733375c6210896d0d3
* changed http to httpsrefs/pull/4349/headsthd2023-08-221-1/+1
|
* googletest: Replace http with https in links to docsDino Radakovic2023-08-221-1/+1
| | | | | | | This is a prerequisite for #4341 PiperOrigin-RevId: 559132807 Change-Id: Iadc961913e0ff107c5333dae17be5f8638663836
* Adjust includes to use <> instead of "", consistent with quickstart pages.Abseil Team2023-07-281-3/+3
| | | | | | | | | | 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
* Trying to make it more clear: this is probably not about mock classes, but ↵Abseil Team2022-04-041-6/+6
| | | | | | | about mocked classes PiperOrigin-RevId: 439427291 Change-Id: I3cac035e732fb3fe4f9c314657932a55269e0416
* Clarify "package" means "Bazel package", and promote `testonly=True` rather ↵Abseil Team2021-12-231-6/+6
| | | | | | | than `testing` sub-directory. PiperOrigin-RevId: 417945818 Change-Id: I8686ee0414fb80269528677f291877a231d1c991
* Merge pull request #3443 from hyukmyeong:typodinord2021-06-221-2/+2
|\ | | | | | | PiperOrigin-RevId: 380705469
| * fix typosrefs/pull/3443/headHyuk Myeong2021-06-131-1/+1
|/
* Googletest exportAbseil Team2021-05-181-2/+3
| | | | | Docs: Clarify that expectations must be set before mocks are exercised PiperOrigin-RevId: 373644072
* Googletest exportAbseil Team2021-04-291-2/+2
| | | | | | Move matchers reference from cheat sheet into its own document PiperOrigin-RevId: 370749693
* Googletest exportAbseil Team2021-03-101-2/+2
| | | | | | Add missing period and use "that" in restrictive clause. PiperOrigin-RevId: 361941663
* Googletest exportAbseil Team2021-02-221-1/+1
| | | | | | Remove anchors from page titles in docs PiperOrigin-RevId: 358474917
* Googletest exportAbseil Team2021-02-191-0/+3
| | | | | | Add files for GitHub Pages PiperOrigin-RevId: 358289110
* Googletest exportAbseil Team2021-02-111-7/+7
| | | | | | Docs cleanup PiperOrigin-RevId: 356798444
* Googletest exportAbseil Team2021-01-261-6/+0
| | | | | | Delete internal tags from docs PiperOrigin-RevId: 353769887
* Googletest exportAbseil Team2021-01-261-3/+3
| | | | | | Merge CONTRIBUTORS, delete LICENSEs in googletest/ and googlemock/ PiperOrigin-RevId: 352558822
* Googletest exportAbseil Team2021-01-151-1/+1
| | | | | | Fixes #3222, fixes #3225, closes #3223 PiperOrigin-RevId: 352066131
* Googletest exportAbseil Team2021-01-141-0/+702
Move all docs into top-level docs/ directory PiperOrigin-RevId: 350211277