Krystian Kuzniarek
6a015ca1cb
reuse IndexSequence from googletest
6 years ago
Abseil Team
f8f5fcab3b
Googletest export
...
Fix broken links.
PiperOrigin-RevId: 262123510
6 years ago
Abseil Team
dd5402d9d4
Googletest export
...
Add general explanation of MOCK_METHOD, including list of supported qualifiers.
PiperOrigin-RevId: 262077180
6 years ago
Krystian Kuzniarek
d0cb77dcce
fix broken links
6 years ago
Abseil Team
b4961ab1cb
Googletest export
...
Fix broken link.
PiperOrigin-RevId: 261940226
6 years ago
Abseil Team
6a2adc0eed
Googletest export
...
Remove markdown extension which isn't supported on github.
PiperOrigin-RevId: 261321329
6 years ago
Abseil Team
8756ef9058
Googletest export
...
Add links to "sampleK_unittest.cc" examples. Fix some broken docs crosslinks.
PiperOrigin-RevId: 261169561
6 years ago
Abseil Team
da28d30191
Googletest export
...
Fix ON_CALL/EXPECT_CALL example comment
PiperOrigin-RevId: 261150884
6 years ago
misterg
2221875d0b
Googletest export
...
Internal Change
PiperOrigin-RevId: 260939845
6 years ago
Krystian Kuzniarek
637b0411fa
remove an excessive mutable type specifier
...
MockFunction's private member cannot be reached from outside and all its
non-static member functions are not const.
6 years ago
anttsov
64b17693e3
Update README.md
...
fixed links to docs pages (on googlemock/README.md)
6 years ago
Krystian Kuzniarek
287b37f23f
update pre-C++11 paragraphs
6 years ago
Krystian Kuzniarek
bf6df7eaee
fix typos
6 years ago
Krystian Kuzniarek
d384b8831f
fix numbering of ordered lists in Markdown
6 years ago
anttsov
579591a351
Update README.md
...
Links to FAQ, Cheat Sheet, Cookbook, gMock for Dummies
6 years ago
Abseil Team
3821ecd573
Googletest export
...
Fix broken link.
PiperOrigin-RevId: 260548004
6 years ago
Gennadiy Civil
bb481d2da6
Manual docs tweaks still in preparation for including docs with code pushes
6 years ago
Adam Badura
1be5ce0907
Correct CMake to cover Cygwin
6 years ago
Abseil Team
373ed74af5
Googletest export
...
Add copyright.
PiperOrigin-RevId: 259997211
6 years ago
Gennadiy Civil
15756aa0c8
Manual docs tweaks still in preparation for including docs with code pushes
6 years ago
Gennadiy Civil
34ddfff946
Manual docs tweaks still in preparation for including docs with code pushes
6 years ago
Gennadiy Civil
2ef13f524b
remove outdated
6 years ago
Gennadiy Civil
96bf3b1aff
remove outdated
6 years ago
Gennadiy Civil
63e878b624
Preparation for including docs in round-trip with OSS, Manual merge, review and merge docs internal-OSS
6 years ago
Abseil Team
0ef404e2e7
Googletest export
...
Internal change
PiperOrigin-RevId: 258587862
6 years ago
Adam Badura
1f809607b5
Add missing <functional> include
...
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.
6 years ago
Gennadiy Civil
4ab6f4d709
Preparation for including docs in round-trip with OSS. Manual review and merge docs internal-OSS
6 years ago
misterg
3d9cdd5803
Googletest export
...
Fix documentation links
PiperOrigin-RevId: 258389329
6 years ago
Abseil Team
e4f097b5fb
Googletest export
...
Update a broken link in a comment.
PiperOrigin-RevId: 257493975
6 years ago
Gennadiy Civil
947aeab281
Preparation for including docs in round-trip with OSS
6 years ago
Gennadiy Civil
5af948b30e
Preparation for including docs in round-trip with OSS
6 years ago
Gennadiy Civil
073a2da403
Preparation for including docs in round-trip with OSS
6 years ago
Gennadiy Civil
31ff597888
Preparation for including docs in round-trip with OSS
6 years ago
Krystian Kuzniarek
b0568dcb4a
fix a broken link
...
ee3aa83117
added a broken link
which results in 404. The broken part is reference to a
nonexistent file "CheatSheet.md" instead of "cheet_sheet.md".
6 years ago
Krystian Kuzniarek
f81dbd6ce8
add missing references to DesignDoc and KnownIssues
6 years ago
Krystian Kuzniarek
b138afde15
rename and apply snake_case on KnownIssues.md
6 years ago
Krystian Kuzniarek
1d5b7cc1e2
rename and apply snake_case on FrequentlyAskedQuestions.md
6 years ago
Krystian Kuzniarek
92d92f2f55
rename and apply snake_case on ForDummies.md
6 years ago
Krystian Kuzniarek
6078089ef8
rename and apply snake_case on Documentation.md
6 years ago
Krystian Kuzniarek
382cdf9162
rename and apply snake_case on DesignDoc.md
6 years ago
Krystian Kuzniarek
275bbc7884
rename and apply snake_case on CheatSheet.md
6 years ago
Sam Sobell
ee3aa83117
Fix bad advice in cook book ( #2308 )
...
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.
6 years ago
Gennadiy Civil
152c7dfd06
missed the actual file in previous commit
6 years ago
Gennadiy Civil
5ed950c9e3
Renaming doc files to make the file names more palatable and in preparation for including documentation in sync process
6 years ago
Gennadiy Civil
ba68290cb3
small docs restucture and cleanup
6 years ago
misterg
ee32b72e12
Googletest export
...
gmock_output_test has to run under python2. Bazel 0.27.0 causes this test to break. Fixing it.
PiperOrigin-RevId: 253820111
6 years ago
Abseil Team
d7003576dd
Googletest export
...
Project import generated by Copybara.
PiperOrigin-RevId: 253600369
6 years ago
misterg
d1185b9ffd
Googletest export
...
Internal Change
PiperOrigin-RevId: 253581166
6 years ago
Gennadiy Civil
cd6b9ae324
googlemock/docs/CookBook.md small doc test
6 years ago
Gennadiy Civil
f7c178ecb3
Makefiles are no longer supported. Adding pseudo-break with their impending removal to make sure that people who are interested will notice
6 years ago