summaryrefslogtreecommitdiffstats
path: root/googlemock/docs
Commit message (Collapse)AuthorAgeFilesLines
* Googletest exportAbseil Team2019-08-211-2/+2
| | | | | | Update broken links. PiperOrigin-RevId: 264405918
* Googletest exportAbseil Team2019-08-191-2/+3
| | | | | | Fix broken link to regex syntax guide in cheat_sheet.md PiperOrigin-RevId: 263840914
* Googletest exportAbseil Team2019-08-191-1/+2
| | | | | | Fix a broken link about selecting overloaded methods. PiperOrigin-RevId: 263807775
* Googletest exportmisterg2019-08-161-1/+1
| | | | | | Fix broken link at beginning of "Mocking Non-virtual Methods" section. PiperOrigin-RevId: 263772074
* Googletest exportmisterg2019-08-161-1/+1
| | | | | | Internal Change PiperOrigin-RevId: 263768422
* Googletest exportmisterg2019-08-151-1/+1
| | | | | | Internal changes PiperOrigin-RevId: 263636027
* Googletest exportAbseil Team2019-08-151-1/+1
| | | | | | Internal changes PiperOrigin-RevId: 262994110
* Googletest exportAbseil Team2019-08-151-1/+1
| | | | | | Fix a link to the guide for creating custom matchers. PiperOrigin-RevId: 262572684
* Googletest exportAbseil Team2019-08-072-4/+5
| | | | | | Fix broken links. PiperOrigin-RevId: 262123510
* Googletest exportAbseil Team2019-08-071-3/+27
| | | | | | Add general explanation of MOCK_METHOD, including list of supported qualifiers. PiperOrigin-RevId: 262077180
* Googletest exportAbseil Team2019-08-061-2/+2
| | | | | | Fix broken link. PiperOrigin-RevId: 261940226
* Googletest exportAbseil Team2019-08-022-294/+137
| | | | | | Remove markdown extension which isn't supported on github. PiperOrigin-RevId: 261321329
* Googletest exportAbseil Team2019-08-013-11/+12
| | | | | | Add links to "sampleK_unittest.cc" examples. Fix some broken docs crosslinks. PiperOrigin-RevId: 261169561
* Googletest exportmisterg2019-08-011-1/+1
| | | | | | Internal Change PiperOrigin-RevId: 260939845
* Merge pull request #2356 from kuzkry:typosGennadiy Civil2019-07-302-8/+8
|\ | | | | | | PiperOrigin-RevId: 260786935
| * fix typosrefs/pull/2356/headKrystian Kuzniarek2019-07-302-8/+8
| |
* | Merge pull request #2355 from kuzkry:markdown-numberingGennadiy Civil2019-07-301-2/+2
|\ \ | | | | | | | | | PiperOrigin-RevId: 260782065
| * | fix numbering of ordered lists in MarkdownKrystian Kuzniarek2019-07-301-2/+2
| |/
* | Googletest exportAbseil Team2019-07-291-2/+2
| | | | | | | | | | | | Fix broken link. PiperOrigin-RevId: 260548004
* | Manual docs tweaks still in preparation for including docs with code pushesGennadiy Civil2019-07-294-29/+131
|/
* Manual docs tweaks still in preparation for including docs with code pushesGennadiy Civil2019-07-183-65/+97
|
* Manual docs tweaks still in preparation for including docs with code pushesGennadiy Civil2019-07-184-4/+4
|
* remove outdatedGennadiy Civil2019-07-171-16/+0
|
* remove outdatedGennadiy Civil2019-07-172-301/+0
|
* Preparation for including docs in round-trip with OSS, Manual merge, review ↵Gennadiy Civil2019-07-174-938/+1050
| | | | and merge docs internal-OSS
* Preparation for including docs in round-trip with OSS. Manual review and ↵Gennadiy Civil2019-07-161-1/+1
| | | | merge docs internal-OSS
* Preparation for including docs in round-trip with OSSGennadiy Civil2019-07-151-2/+2
|
* Preparation for including docs in round-trip with OSSGennadiy Civil2019-07-151-2/+2
|
* Preparation for including docs in round-trip with OSSGennadiy Civil2019-07-151-32/+4
|
* Preparation for including docs in round-trip with OSSGennadiy Civil2019-07-152-1692/+2486
|
* Merge pull request #2326 from kuzkry/missing-references-to-documentationGennadiy Civil2019-07-157-11/+12
|\ | | | | Add missing references to documentation
| * add missing references to DesignDoc and KnownIssuesrefs/pull/2326/headKrystian Kuzniarek2019-07-131-1/+2
| |
| * rename and apply snake_case on KnownIssues.mdrefs/pull/2323/headKrystian Kuzniarek2019-07-131-0/+0
| |
| * rename and apply snake_case on FrequentlyAskedQuestions.mdKrystian Kuzniarek2019-07-133-2/+2
| |
| * rename and apply snake_case on ForDummies.mdKrystian Kuzniarek2019-07-134-3/+3
| |
| * rename and apply snake_case on Documentation.mdKrystian Kuzniarek2019-07-131-0/+0
| |
| * rename and apply snake_case on DesignDoc.mdKrystian Kuzniarek2019-07-131-0/+0
| |
| * rename and apply snake_case on CheatSheet.mdKrystian Kuzniarek2019-07-134-6/+6
| |
* | Fix bad advice in cook book (#2308)Sam Sobell2019-07-101-1/+1
|/ | | | | | | This line directly contradicts the warning that google mock spits out on unused mock calls: ``` NOTE: You can safely ignore the above warning unless this call should not happen. Do not suppress it by blindly adding an EXPECT_CALL() if you don't mean to enforce the call. See https://github.com/google/googletest/blob/master/googlemock/docs/CookBook.md#knowing-when-to-expect for details. ``` One or the other should be changed, and I believe the advice in this file is incorrect.
* missed the actual file in previous commitGennadiy Civil2019-06-191-0/+0
|
* Renaming doc files to make the file names more palatable and in preparation ↵Gennadiy Civil2019-06-194-14/+14
| | | | for including documentation in sync process
* small docs restucture and cleanupGennadiy Civil2019-06-191-1/+1
|
* Merge pull request #2286 from gennadiycivil/masterGennadiy Civil2019-06-171-3/+1
|\ | | | | Removing make and automake.
| * Removing make and automake. The only supported build systems are Bazel ↵Gennadiy Civil2019-06-131-3/+1
| | | | | | | | internally and CMake community supported
* | googlemock/docs/CookBook.md small doc testGennadiy Civil2019-06-141-0/+2
|/
* removing obsolete language from docs, CMake and Bazel is the only supporeted ↵Gennadiy Civil2019-06-101-71/+0
| | | | build methods
* fix typorefs/pull/2274/headWenyuan Yan2019-06-061-1/+1
|
* Add Optional() to the cheat sheet doc.refs/pull/1945/headAlex Konradi2018-10-291-0/+1
| | | | | The Optional() matcher is otherwise undocumented except in the source. This patch adds it to the cheat sheet for better visibility.
* Fix doc linksrefs/pull/1809/headArkady Shapkin2018-09-045-14/+14
|
* Update documentation to syntax highlight coderefs/pull/1803/headArkady Shapkin2018-09-035-316/+342
|