1. 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
  2. 02 Jan, 2020 1 commit
  3. 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
  4. 27 Sep, 2019 2 commits
  5. 20 Aug, 2019 1 commit
  6. 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
  7. 15 Aug, 2019 2 commits
  8. 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
  9. 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
  10. 30 Jul, 2019 1 commit
  11. 29 Jul, 2019 1 commit
  12. 18 Jul, 2019 2 commits
  13. 15 Jul, 2019 5 commits
  14. 13 Jul, 2019 2 commits
  15. 10 Jul, 2019 1 commit
  16. 19 Jun, 2019 1 commit
  17. 14 Jun, 2019 1 commit
  18. 13 Jun, 2019 1 commit
  19. 06 Jun, 2019 1 commit
  20. 04 Sep, 2018 1 commit
  21. 03 Sep, 2018 1 commit
  22. 19 Jul, 2018 1 commit
  23. 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
  24. 18 Apr, 2018 1 commit
    • Gennadiy Civil's avatar
      · 10e8ec27
      Gennadiy Civil authored
      move only types docs
      10e8ec27
  25. 08 Feb, 2018 1 commit
  26. 27 Sep, 2017 1 commit
  27. 29 Aug, 2017 2 commits
  28. 30 Jul, 2017 1 commit
  29. 02 Jul, 2017 1 commit