summaryrefslogtreecommitdiffstats
path: root/googlemock/docs/cook_book.md
Commit message (Collapse)AuthorAgeFilesLines
* Googletest exportAbseil Team2019-08-071-3/+3
| | | | | | 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-021-2/+3
| | | | | | Remove markdown extension which isn't supported on github. PiperOrigin-RevId: 261321329
* Merge pull request #2356 from kuzkry:typosGennadiy Civil2019-07-301-6/+6
|\ | | | | | | PiperOrigin-RevId: 260786935
| * fix typosrefs/pull/2356/headKrystian Kuzniarek2019-07-301-6/+6
| |
* | Manual docs tweaks still in preparation for including docs with code pushesGennadiy Civil2019-07-291-2/+69
|/
* Manual docs tweaks still in preparation for including docs with code pushesGennadiy Civil2019-07-181-2/+2
|
* Manual docs tweaks still in preparation for including docs with code pushesGennadiy Civil2019-07-181-1/+1
|
* 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-151-1474/+2019
|
* Merge pull request #2326 from kuzkry/missing-references-to-documentationGennadiy Civil2019-07-151-3/+3
|\ | | | | Add missing references to documentation
| * rename and apply snake_case on ForDummies.mdKrystian Kuzniarek2019-07-131-1/+1
| |
| * rename and apply snake_case on CheatSheet.mdKrystian Kuzniarek2019-07-131-2/+2
| |
* | 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/+3660