1. 09 Jul, 2020 1 commit
    • ofats's avatar
      Googletest export · 08b78779
      ofats authored
      Replace ByRef with std::ref everywhere in docs.
      
      PiperOrigin-RevId: 320002303
      08b78779
  2. 15 Jun, 2020 1 commit
    • Abseil Team's avatar
      Googletest export · 549c5d06
      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
      549c5d06
  3. 05 Jun, 2020 1 commit
    • Abseil Team's avatar
      Googletest export · 210aab09
      Abseil Team authored
      gMock Cookbook: Slight rewording
      
      Remove "I" because documentation can have multiple authors. And remove unnecessary "guy".
      
      PiperOrigin-RevId: 314533746
      210aab09
  4. 28 May, 2020 1 commit
    • Abseil Team's avatar
      Googletest export · 6b08b41e
      Abseil Team authored
      Spell out namespace for absl::Notification.
      
      PiperOrigin-RevId: 312300192
      6b08b41e
  5. 16 Apr, 2020 1 commit
    • Abseil Team's avatar
      Googletest export · 373d72b6
      Abseil Team authored
      Fix link to "After clause". Sorry, reader, but this heading is in another document!
      
      PiperOrigin-RevId: 305947971
      373d72b6
  6. 17 Mar, 2020 1 commit
    • Abseil Team's avatar
      Googletest export · cfb5ef4e
      Abseil Team authored
      Remove public buganizer reference from googletest cookbook.
      
      It also seems that this bug is obsolete.
      
      PiperOrigin-RevId: 298598298
      cfb5ef4e
  7. 28 Feb, 2020 1 commit
    • Abseil Team's avatar
      Googletest export · fd538161
      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
      fd538161
  8. 02 Jan, 2020 1 commit
  9. 16 Dec, 2019 1 commit
    • krzysio's avatar
      Googletest export · 0a0c8266
      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
      0a0c8266
  10. 27 Sep, 2019 2 commits
  11. 20 Aug, 2019 1 commit
  12. 16 Aug, 2019 2 commits
    • misterg's avatar
      Googletest export · eb78ee17
      misterg authored
      Fix broken link at beginning of "Mocking Non-virtual Methods" section.
      
      PiperOrigin-RevId: 263772074
      eb78ee17
    • misterg's avatar
      Googletest export · 976b37fe
      misterg authored
      Internal Change
      
      PiperOrigin-RevId: 263768422
      976b37fe
  13. 15 Aug, 2019 2 commits
  14. 07 Aug, 2019 2 commits
    • Abseil Team's avatar
      Googletest export · f8f5fcab
      Abseil Team authored
      Fix broken links.
      
      PiperOrigin-RevId: 262123510
      f8f5fcab
    • Abseil Team's avatar
      Googletest export · dd5402d9
      Abseil Team authored
      Add general explanation of MOCK_METHOD, including list of supported qualifiers.
      
      PiperOrigin-RevId: 262077180
      dd5402d9
  15. 02 Aug, 2019 1 commit
    • Abseil Team's avatar
      Googletest export · 6a2adc0e
      Abseil Team authored
      Remove markdown extension which isn't supported on github.
      
      PiperOrigin-RevId: 261321329
      6a2adc0e
  16. 30 Jul, 2019 1 commit
  17. 29 Jul, 2019 1 commit
  18. 18 Jul, 2019 2 commits
  19. 15 Jul, 2019 5 commits
  20. 13 Jul, 2019 2 commits
  21. 10 Jul, 2019 1 commit
  22. 19 Jun, 2019 1 commit
  23. 14 Jun, 2019 1 commit
  24. 13 Jun, 2019 1 commit
  25. 06 Jun, 2019 1 commit
  26. 04 Sep, 2018 1 commit
  27. 03 Sep, 2018 1 commit
  28. 19 Jul, 2018 1 commit
  29. 11 Jun, 2018 1 commit
    • Gennadiy Civil's avatar
      · 8f87d003
      Gennadiy Civil authored
      Rename AdvancedGuide.md to advanced.md and adjust the links. 
      Part of documentation rationalization work
      8f87d003
  30. 18 Apr, 2018 1 commit
    • Gennadiy Civil's avatar
      · 10e8ec27
      Gennadiy Civil authored
      move only types docs
      10e8ec27