- 09 Jul, 2020 1 commit
-
-
ofats authored
Replace ByRef with std::ref everywhere in docs. PiperOrigin-RevId: 320002303
-
- 15 Jun, 2020 1 commit
-
-
Abseil Team authored
gMock Cookbook: Fix incorrect comment about EXPECT priority order It's actually the last matching expectation that's used, not the first. PiperOrigin-RevId: 316490770
-
- 05 Jun, 2020 1 commit
-
-
Abseil Team authored
gMock Cookbook: Slight rewording Remove "I" because documentation can have multiple authors. And remove unnecessary "guy". PiperOrigin-RevId: 314533746
-
- 28 May, 2020 1 commit
-
-
Abseil Team authored
Spell out namespace for absl::Notification. PiperOrigin-RevId: 312300192
-
- 16 Apr, 2020 1 commit
-
-
Abseil Team authored
Fix link to "After clause". Sorry, reader, but this heading is in another document! PiperOrigin-RevId: 305947971
-
- 17 Mar, 2020 1 commit
-
-
Abseil Team authored
Remove public buganizer reference from googletest cookbook. It also seems that this bug is obsolete. PiperOrigin-RevId: 298598298
-
- 28 Feb, 2020 1 commit
-
-
Abseil Team authored
Allow construction of an Action from a callable of zero args Action already allows construction from a callable with the same args as the mocked function, without needing to wrap the callable in Invoke. However, if you don't care about the arguments to the mocked function you need to either accept all of them or wrap your callable in InvokeWithoutArgs. This change makes both of those unnecessary, since it allows you to pass a no-args callable to Action directly. PiperOrigin-RevId: 296117034
-
- 02 Jan, 2020 1 commit
-
-
Abseil Team authored
Fix typo in example. PiperOrigin-RevId: 287212448
-
- 16 Dec, 2019 1 commit
-
-
krzysio authored
Don't use fully qualified ::std types in code examples. Having a nested user-defined 'std' namespace anywhere in a program is a minefield and shouldn't be either explicitly supported or implicitly condoned. PiperOrigin-RevId: 285790182
-
- 27 Sep, 2019 2 commits
-
-
Abseil Team authored
Updates headings. PiperOrigin-RevId: 271148974
-
Abseil Team authored
Remove unnecessary full qualifications from std types. PiperOrigin-RevId: 270101485
-
- 20 Aug, 2019 1 commit
-
-
Krystian Kuzniarek authored
Due to confusion arisen from "iff" standing for "if and only if", this commit uses the latter.
-
- 16 Aug, 2019 2 commits
- 15 Aug, 2019 2 commits
-
-
misterg authored
Internal changes PiperOrigin-RevId: 263636027
-
Abseil Team authored
Internal changes PiperOrigin-RevId: 262994110
-
- 07 Aug, 2019 2 commits
-
-
Abseil Team authored
Fix broken links. PiperOrigin-RevId: 262123510
-
Abseil Team authored
Add general explanation of MOCK_METHOD, including list of supported qualifiers. PiperOrigin-RevId: 262077180
-
- 02 Aug, 2019 1 commit
-
-
Abseil Team authored
Remove markdown extension which isn't supported on github. PiperOrigin-RevId: 261321329
-
- 30 Jul, 2019 1 commit
-
-
Krystian Kuzniarek authored
-
- 29 Jul, 2019 1 commit
-
-
Gennadiy Civil authored
-
- 18 Jul, 2019 2 commits
-
-
Gennadiy Civil authored
-
Gennadiy Civil authored
-
- 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 2 commits
-
-
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 1 commit
-
-
Gennadiy Civil authored
-
- 14 Jun, 2019 1 commit
-
-
Gennadiy Civil authored
-
- 13 Jun, 2019 1 commit
-
-
Gennadiy Civil authored
Removing make and automake. The only supported build systems are Bazel internally and CMake community supported
-
- 06 Jun, 2019 1 commit
-
-
Wenyuan Yan authored
-
- 04 Sep, 2018 1 commit
-
-
Arkady Shapkin authored
-
- 03 Sep, 2018 1 commit
-
-
Arkady Shapkin authored
-
- 19 Jul, 2018 1 commit
-
-
杜修杏 authored
-
- 11 Jun, 2018 1 commit
-
-
Gennadiy Civil authored
Rename AdvancedGuide.md to advanced.md and adjust the links. Part of documentation rationalization work
-
- 18 Apr, 2018 1 commit
-
-
Gennadiy Civil authored
move only types docs
-