summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Googletest exportAbseil Team2021-02-052-2/+10
| | | | | | 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-02-051-32/+19
| | | | | | Fix terminal output formatting in advanced guide PiperOrigin-RevId: 355233178
* Googletest exportAbseil Team2021-02-051-12/+0
| | | | | | Stop referring to Google's internal libraries in FAQ PiperOrigin-RevId: 355060895
* Googletest exportAbseil Team2021-02-051-0/+3
| | | | | | Document the fact that MatchAndExplain(T, MatchResultListener*) is supported. PiperOrigin-RevId: 354172275
* Googletest exportAbseil Team2021-01-261-0/+2
| | | | | | Add missing `is_gtest_matcher` to the polymorphic matcher example. PiperOrigin-RevId: 353881883
* Googletest exportAbseil Team2021-01-268-63/+3
| | | | | | 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 exportofats2021-01-261-190/+0
| | | | | | Remove scripts for code generating together with related files. PiperOrigin-RevId: 352805926
* Googletest exportAbseil Team2021-01-269-33/+33
| | | | | | Merge CONTRIBUTORS, delete LICENSEs in googletest/ and googlemock/ PiperOrigin-RevId: 352558822
* Googletest exportAbseil Team2021-01-155-10/+6
| | | | | | Fixes #3222, fixes #3225, closes #3223 PiperOrigin-RevId: 352066131
* Merge pull request #3214 from kuzkry:broken-linkDerek Mauro2021-01-151-1/+1
|\ | | | | | | PiperOrigin-RevId: 352044381
| * fix a broken linkrefs/pull/3214/headKrystian Kuzniarek2021-01-151-1/+1
| |
* | Googletest exportAbseil Team2021-01-151-0/+2
| | | | | | | | | | | | Add "using is_gtest_matcher = void" to the DivisibleBy7Matcher example. PiperOrigin-RevId: 351797821
* | Googletest exportAbseil Team2021-01-141-66/+113
|/ | | | | | | | | | | | Change Matcher<T> to allow binding an implementation by value directly: - Drop the requirement of MatcherInterface. Doing manual type erasure avoid extra layers in many cases. - Avoid the adaptor for `MatcherInterface<T>` and `MatcherInterface<const T&>` mismatch. - Use a small object optimization when possible. This makes things like `_` and `Eq(1)` really cheap and do not require memory allocations. - Migrate some matchers to the new model to speed them up and to test the new framework. More matchers to come in future changes. PiperOrigin-RevId: 350580998
* Googletest exportAbseil Team2021-01-1411-0/+10518
| | | | | | Move all docs into top-level docs/ directory PiperOrigin-RevId: 350211277
* Move everything in googletest into googletest/googletestBilly Donahue2015-08-2529-16074/+0
|
* Update PumpManual.mdrefs/pull/502/headBilly Donahue2015-08-221-2/+2
|
* relative links to samples/Billy Donahue2015-08-221-11/+11
|
* Move wiki .md files to docs/ folder.refs/pull/498/headBilly Donahue2015-08-2229-0/+16074