summaryrefslogtreecommitdiffstats
path: root/docs/primer.md
Commit message (Collapse)AuthorAgeFilesLines
* Modify example in the primer to match Testing FAQ.Krzysztof Kosiński2024-04-121-9/+8
| | | | | | | The CtorVsSetUp section of the FAQ says that constructors and destructors should be preferred over SetUp() and TearDown(), because they will automatically chain up to the fixture's base class, whereas for methods the user must remember to add the chaining manually. PiperOrigin-RevId: 624273474 Change-Id: Ida41aae193d417eaf996587c7ae1a0099a8cab32
* Fix broken links in primer.mdDerek Mauro2023-12-191-2/+2
| | | | | | | Closes #4432 PiperOrigin-RevId: 592335698 Change-Id: I9859451981f58f1426255067d702a0767718b1d5
* s/::testing::/testing::/ in test documentation outside of using statements ↵Abseil Team2023-10-181-7/+7
| | | | | | | to align with best practice PiperOrigin-RevId: 574377544 Change-Id: I0ca69a3bf14cc1aab75784eba220a48bf50cef04
* changed http to httpsrefs/pull/4349/headsthd2023-08-221-4/+4
|
* 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
* internal g3doc documentation change.Abseil Team2023-06-091-1/+1
| | | | | PiperOrigin-RevId: 539134110 Change-Id: I28041f77e18bc67aa0ffabdc7205e350deed22c8
* Update naming to "GoogleTest" in the GoogleTest Primer.Abseil Team2023-03-291-34/+34
| | | | | PiperOrigin-RevId: 520409541 Change-Id: I75a0b8615ece923137d4f5dcdb915f38e4c3b1b2
* Rephrase the description of TEST_F() arguments for clarity.Abseil Team2023-02-281-4/+4
| | | | | PiperOrigin-RevId: 512937964 Change-Id: Ifa6369a80dc7d8efe60511417496d58317cfc28d
* Reformat to current g3doc style guide. No content changes.Abseil Team2023-02-271-11/+11
| | | | | PiperOrigin-RevId: 512681427 Change-Id: I88b22d82430ed145b8342747adf300f3e734d43b
* Comment that q0_ in primer should remain emptyDino Radakovic2022-12-201-0/+1
| | | | | PiperOrigin-RevId: 496642643 Change-Id: I178efeda76cbf46e5f4bb91454c205b9a060a4ea
* Update example to reflect the tests belowrefs/pull/3723/headRam Kumar K R2022-01-041-2/+2
|
* Fix typo in the queue test.refs/pull/3684/headLudger Paehler2021-11-251-2/+2
|
* Googletest exportAbseil Team2021-08-041-9/+9
| | | | | | Format documentation PiperOrigin-RevId: 388592443
* Googletest exportAbseil Team2021-06-111-1/+1
| | | | | | Internal change PiperOrigin-RevId: 378672633
* Googletest exportAbseil Team2021-06-021-3/+2
| | | | | | Fix broken link PiperOrigin-RevId: 375995669
* Googletest exportAbseil Team2021-06-021-105/+10
| | | | | | Create Assertions Reference PiperOrigin-RevId: 375824718
* Googletest exportAbseil Team2021-02-191-0/+3
| | | | | | Add files for GitHub Pages PiperOrigin-RevId: 358289110
* Googletest exportAbseil Team2021-02-181-4/+0
| | | | | | Internal change PiperOrigin-RevId: 356867746
* Googletest exportAbseil Team2021-02-111-1/+1
| | | | | | Docs cleanup PiperOrigin-RevId: 356798444
* Googletest exportAbseil Team2021-01-261-4/+0
| | | | | | Delete internal tags from docs PiperOrigin-RevId: 353769887
* Googletest exportAbseil Team2021-01-261-2/+2
| | | | | | Merge CONTRIBUTORS, delete LICENSEs in googletest/ and googlemock/ PiperOrigin-RevId: 352558822
* Googletest exportAbseil Team2021-01-141-0/+583
Move all docs into top-level docs/ directory PiperOrigin-RevId: 350211277