- 02 Aug, 2019 1 commit
-
-
Abseil Team authored
Remove markdown extension which isn't supported on github. PiperOrigin-RevId: 261321329
-
- 01 Aug, 2019 3 commits
-
-
Abseil Team authored
Add links to "sampleK_unittest.cc" examples. Fix some broken docs crosslinks. PiperOrigin-RevId: 261169561
-
Abseil Team authored
Fix ON_CALL/EXPECT_CALL example comment PiperOrigin-RevId: 261150884
-
misterg authored
Internal Change PiperOrigin-RevId: 260939845
-
- 31 Jul, 2019 2 commits
-
-
anttsov authored
fixed links to docs pages (on googlemock/README.md)
-
Krystian Kuzniarek authored
-
- 30 Jul, 2019 3 commits
-
-
Krystian Kuzniarek authored
-
Krystian Kuzniarek authored
-
anttsov authored
Links to FAQ, Cheat Sheet, Cookbook, gMock for Dummies
-
- 29 Jul, 2019 2 commits
-
-
Abseil Team authored
Fix broken link. PiperOrigin-RevId: 260548004
-
Gennadiy Civil authored
-
- 27 Jul, 2019 1 commit
-
-
Adam Badura authored
-
- 26 Jul, 2019 1 commit
-
-
Abseil Team authored
Add copyright. PiperOrigin-RevId: 259997211
-
- 18 Jul, 2019 2 commits
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
- 17 Jul, 2019 4 commits
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
Gennadiy Civil authored
Preparation for including docs in round-trip with OSS, Manual merge, review and merge docs internal-OSS
-
Abseil Team authored
Internal change PiperOrigin-RevId: 258587862
-
- 16 Jul, 2019 4 commits
-
-
Adam Badura authored
gmock-spec-builders.h uses std::function (in MockFunction) but did not include <functional> to provide it. Apparently, it worked since the header must have been included by something else but better be safe than sorry.
-
Gennadiy Civil authored
-
misterg authored
Fix documentation links PiperOrigin-RevId: 258389329
-
Abseil Team authored
Update a broken link in a comment. PiperOrigin-RevId: 257493975
-
- 15 Jul, 2019 5 commits
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
Krystian Kuzniarek authored
ee3aa831 added a broken link which results in 404. The broken part is reference to a nonexistent file "CheatSheet.md" instead of "cheet_sheet.md".
-
- 13 Jul, 2019 7 commits
-
-
Krystian Kuzniarek authored
-
Krystian Kuzniarek authored
-
Krystian Kuzniarek authored
-
Krystian Kuzniarek authored
-
Krystian Kuzniarek authored
-
Krystian Kuzniarek authored
-
Krystian Kuzniarek authored
-
- 10 Jul, 2019 1 commit
-
-
Sam Sobell authored
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.
-
- 19 Jun, 2019 3 commits
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
Renaming doc files to make the file names more palatable and in preparation for including documentation in sync process
-
Gennadiy Civil authored
-
- 18 Jun, 2019 1 commit
-
-
misterg authored
gmock_output_test has to run under python2. Bazel 0.27.0 causes this test to break. Fixing it. PiperOrigin-RevId: 253820111
-