summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* fix typosrefs/pull/3443/headHyuk Myeong2021-06-135-12/+12
|
* Googletest exportAbseil Team2021-06-111-1/+1
| | | | | | Internal change PiperOrigin-RevId: 378672633
* Googletest exportAbseil Team2021-06-091-1/+0
| | | | | | Add CNAME file for custom domain PiperOrigin-RevId: 378384525
* Googletest exportAbseil Team2021-06-091-3/+3
| | | | | | Update broken link PiperOrigin-RevId: 378272186
* Googletest exportAbseil Team2021-06-081-0/+1
| | | | | | Add CNAME file for custom domain PiperOrigin-RevId: 377604116
* Googletest exportAbseil Team2021-06-023-48/+1460
| | | | | | Create new Testing API reference PiperOrigin-RevId: 376969148
* Googletest exportAbseil Team2021-06-024-153/+605
| | | | | | Create new Mocking Reference PiperOrigin-RevId: 376951575
* Googletest exportAbseil Team2021-06-021-3/+2
| | | | | | Fix broken link PiperOrigin-RevId: 375995669
* Googletest exportAbseil Team2021-06-027-581/+704
| | | | | | Create Assertions Reference PiperOrigin-RevId: 375824718
* Googletest exportAbseil Team2021-05-252-13/+25
| | | | | | Add Google Analytics & footer PiperOrigin-RevId: 375539689
* Googletest exportAbseil Team2021-05-211-1/+1
| | | | | | Add missing link PiperOrigin-RevId: 374774097
* Googletest exportAbseil Team2021-05-211-11/+0
| | | | | | Remove inapplicable example PiperOrigin-RevId: 374762004
* Googletest exportAbseil Team2021-05-191-1/+1
| | | | | | Fix a comment in a code snippet. PiperOrigin-RevId: 374504337
* Googletest exportAbseil Team2021-05-183-29/+25
| | | | | Docs: Clarify that expectations must be set before mocks are exercised PiperOrigin-RevId: 373644072
* Googletest exportAbseil Team2021-05-131-1/+1
| | | | | | Fix code in googletest parameterized name example. PiperOrigin-RevId: 373262838
* 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-133-111/+118
| | | | | | Move actions reference into independent document PiperOrigin-RevId: 371828549
* Googletest exportAbseil Team2021-04-292-4/+4
| | | | | | Clean up links to Matchers Reference PiperOrigin-RevId: 370821457
* Googletest exportAbseil Team2021-04-296-300/+301
| | | | | | Move matchers reference from cheat sheet into its own document PiperOrigin-RevId: 370749693
* Googletest exportAbseil Team2021-04-291-1/+1
| | | | | | | | Update the `DescribeTo` signature in the code example at the Writing New Polymorphic Matchers section in gmock_cook_book. `os` should be a pointer to be consistent with the implementation, which dereference it as `*os`. PiperOrigin-RevId: 370693387
* Googletest exportAbseil Team2021-04-291-1/+1
| | | | | | internal change PiperOrigin-RevId: 370503556
* Merge pull request #3174 from sebkraemer:issue-15644Derek Mauro2021-04-261-0/+32
|\ | | | | | | PiperOrigin-RevId: 369696657
| * Apply missing suggestions from code review for GTEST_SKIPrefs/pull/3174/headSebastian Krämer2021-04-151-11/+17
| | | | | | Co-authored-by: Eric Schmidt <shibumi@google.com>
| * Apply suggestions from code review for GTEST_SKIP documentation Sebastian Krämer2021-04-151-1/+1
| | | | | | | | | | Extended example and some rewording by @ericschmidtatwork, thank you. Co-authored-by: Eric Schmidt <shibumi@google.com>
| * Add subsection for GTEST_SKIP documentationSebastian Krämer2021-04-151-0/+26
|/ | | | | | | A subsection "Skipping test execution" was added to document GTEST_SKIP and where it can be used. relates issue #1544
* Googletest exportAbseil Team2021-04-131-4/+5
| | | | | | Adds a warning about anonymous namespaces in relation to private testing. PiperOrigin-RevId: 367730808
* Googletest exportAbseil Team2021-04-081-9/+1
| | | | | | | Update the example for Notify to use a lambda. It is much less boilerplate and easier to remember. PiperOrigin-RevId: 367284222
* 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
| | | | | | Clarify explanation of mocking free functions PiperOrigin-RevId: 364943561
* Googletest exportAbseil Team2021-03-251-4/+4
| | | | | | Minor formatting updates PiperOrigin-RevId: 364935205
* Googletest exportAbseil Team2021-03-252-9/+9
| | | | | | Code style cleanup in docs PiperOrigin-RevId: 364907938
* Googletest exportAbseil Team2021-03-251-30/+34
| | | | | | Update advanced.md PiperOrigin-RevId: 364839958
* Googletest exportAbseil Team2021-03-251-14/+14
| | | | | | Update explanation of `EXPECT_EQ(NULL, ptr)` in FAQ PiperOrigin-RevId: 364626422
* Googletest exportAbseil Team2021-03-251-3/+3
| | | | | | Code style cleanups in cheat sheet PiperOrigin-RevId: 364465553
* Googletest exportAbseil Team2021-03-252-0/+158
| | | | | | Add CMake quickstart PiperOrigin-RevId: 364437779
* Googletest exportAbseil Team2021-03-252-0/+163
| | | | | | Add Bazel quickstart PiperOrigin-RevId: 364419540
* Googletest exportAbseil Team2021-03-101-2/+2
| | | | | | Add missing period and use "that" in restrictive clause. PiperOrigin-RevId: 361941663
* Googletest exportAbseil Team2021-03-041-2/+2
| | | | | | Fix enum names in a value-parameterized test example. PiperOrigin-RevId: 360559723
* Googletest exportAbseil Team2021-03-042-0/+39
| | | | | | Add Supported Platforms page to docs PiperOrigin-RevId: 360307129
* Googletest exportAbseil Team2021-02-261-11/+12
| | | | | | Update links in index.md PiperOrigin-RevId: 358956598
* Googletest exportAbseil Team2021-02-223-3/+3
| | | | | | Remove anchors from page titles in docs PiperOrigin-RevId: 358474917
* Googletest exportAbseil Team2021-02-1912-3/+343
| | | | | | 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-3/+3
| | | | | | | | Update the custom name example to not use underscores. The NOTE a few blocks above specifically calls out that test names should not contain undersccores, so probably the example should not suggest using underscores. PiperOrigin-RevId: 357204578
* Googletest exportAbseil Team2021-02-183-11/+14
| | | | | | Add files for GitHub Pages PiperOrigin-RevId: 357096486
* Googletest exportAbseil Team2021-02-185-69/+7
| | | | | | Internal change PiperOrigin-RevId: 356867746
* Googletest exportAbseil Team2021-02-113-16/+16
| | | | | | Docs cleanup PiperOrigin-RevId: 356798444
* Googletest exportAbseil Team2021-02-051-49/+88
| | | | | | Fix table formatting in cookbook PiperOrigin-RevId: 355659722