| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
| |
Closes #4432
PiperOrigin-RevId: 592335698
Change-Id: I9859451981f58f1426255067d702a0767718b1d5
|
|
|
|
|
|
|
| |
to align with best practice
PiperOrigin-RevId: 574377544
Change-Id: I0ca69a3bf14cc1aab75784eba220a48bf50cef04
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
| |
PiperOrigin-RevId: 539134110
Change-Id: I28041f77e18bc67aa0ffabdc7205e350deed22c8
|
|
|
|
|
| |
PiperOrigin-RevId: 520409541
Change-Id: I75a0b8615ece923137d4f5dcdb915f38e4c3b1b2
|
|
|
|
|
| |
PiperOrigin-RevId: 512937964
Change-Id: Ifa6369a80dc7d8efe60511417496d58317cfc28d
|
|
|
|
|
| |
PiperOrigin-RevId: 512681427
Change-Id: I88b22d82430ed145b8342747adf300f3e734d43b
|
|
|
|
|
| |
PiperOrigin-RevId: 496642643
Change-Id: I178efeda76cbf46e5f4bb91454c205b9a060a4ea
|
| |
|
| |
|
|
|
|
|
|
| |
Format documentation
PiperOrigin-RevId: 388592443
|
|
|
|
|
|
| |
Internal change
PiperOrigin-RevId: 378672633
|
|
|
|
|
|
| |
Fix broken link
PiperOrigin-RevId: 375995669
|
|
|
|
|
|
| |
Create Assertions Reference
PiperOrigin-RevId: 375824718
|
|
|
|
|
|
| |
Add files for GitHub Pages
PiperOrigin-RevId: 358289110
|
|
|
|
|
|
| |
Internal change
PiperOrigin-RevId: 356867746
|
|
|
|
|
|
| |
Docs cleanup
PiperOrigin-RevId: 356798444
|
|
|
|
|
|
| |
Delete internal tags from docs
PiperOrigin-RevId: 353769887
|
|
|
|
|
|
| |
Merge CONTRIBUTORS, delete LICENSEs in googletest/ and googlemock/
PiperOrigin-RevId: 352558822
|
|
Move all docs into top-level docs/ directory
PiperOrigin-RevId: 350211277
|